Removed unused componentDidMount in gabsocial mount

• Removed:
- unused componentDidMount in gabsocial mount
This commit is contained in:
mgabdev 2020-05-19 00:53:00 -04:00
parent a2917b203a
commit 9fb8973350

View File

@ -45,10 +45,6 @@ class GabSocialMount extends PureComponent {
showIntroduction: PropTypes.bool,
}
componentDidMount() {
}
render () {
// Disabling introduction for launch
// const { showIntroduction } = this.props