Finished updating the reformatting of propTypes and set redux, intl functions to end of component
• Finished: - updating the reformatting of propTypes and set redux, intl functions to end of component • Removed: - Gif implementation
This commit is contained in:
@@ -67,7 +67,6 @@ const mapStateToProps = (state, props) => {
|
||||
scheduledAt: null,
|
||||
account: state.getIn(['accounts', me]),
|
||||
hasPoll: false,
|
||||
selectedGifSrc: null,
|
||||
}
|
||||
}
|
||||
|
||||
@@ -95,7 +94,6 @@ const mapStateToProps = (state, props) => {
|
||||
account: state.getIn(['accounts', me]),
|
||||
isPro: state.getIn(['accounts', me, 'is_pro']),
|
||||
hasPoll: state.getIn(['compose', 'poll']),
|
||||
selectedGifSrc: state.getIn(['tenor', 'selectedGif', 'src']),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user