Continuing updating the reformatting of propTypes and set redux, intl functions to end of component
• Removing: - the reformatting of propTypes and set redux, intl functions to end of component
This commit is contained in:
@@ -41,12 +41,6 @@ class MediaModal extends ImmutablePureComponent {
|
||||
navigationHidden: false,
|
||||
}
|
||||
|
||||
updateOnProps = [
|
||||
'media',
|
||||
'status',
|
||||
'index',
|
||||
]
|
||||
|
||||
handleSwipe = (index) => {
|
||||
this.setState({ index: index % this.props.media.size })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user