Fixing some errors

This commit is contained in:
koyu 2023-01-22 13:16:28 +01:00 committed by Essem
parent d659e6e37e
commit 2bf445d1e4
No known key found for this signature in database
GPG key ID: 7D497397CC3A2A8C

View file

@ -76,7 +76,7 @@ class GIFModal extends ImmutablePureComponent {
return ( return (
<div className='modal-root__modal tenor-modal'> <div className='modal-root__modal tenor-modal'>
<div className='tenor-modal__container'> <div className='tenor-modal__container'>
<IconButton title={intl.formatMessage(messages.close)} icon='close' size="16" onClick={this.props.onClose} style={{ float: 'right' }} /> <IconButton title={intl.formatMessage(messages.close)} icon='close' size='16' onClick={this.props.onClose} style={{ float: 'right' }} />
<Tenor <Tenor
token='FJBKNQSVF2DD' token='FJBKNQSVF2DD'
// eslint-disable-next-line react/jsx-no-bind // eslint-disable-next-line react/jsx-no-bind