Removed export in GifPickerModal
• Removed: - export in GifPickerModal
This commit is contained in:
parent
9482a61c05
commit
038e75ffeb
@ -28,7 +28,7 @@ const mapStateToProps = (state) => ({
|
|||||||
searchText: state.getIn(['tenor', 'searchText']),
|
searchText: state.getIn(['tenor', 'searchText']),
|
||||||
})
|
})
|
||||||
|
|
||||||
export const mapDispatchToProps = (dispatch, { onClose }) => ({
|
const mapDispatchToProps = (dispatch, { onClose }) => ({
|
||||||
|
|
||||||
handleCloseModal() {
|
handleCloseModal() {
|
||||||
dispatch(changeGifSearchText(''))
|
dispatch(changeGifSearchText(''))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user