kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Fix linter errors
rodzic
13defcda1a
commit
aec10e18a1
|
@ -23,6 +23,7 @@ export default class IconButton extends React.PureComponent {
|
||||||
animate: PropTypes.bool,
|
animate: PropTypes.bool,
|
||||||
overlay: PropTypes.bool,
|
overlay: PropTypes.bool,
|
||||||
tabIndex: PropTypes.string,
|
tabIndex: PropTypes.string,
|
||||||
|
text: PropTypes.string,
|
||||||
};
|
};
|
||||||
|
|
||||||
static defaultProps = {
|
static defaultProps = {
|
||||||
|
|
|
@ -131,7 +131,7 @@ class SidebarMenu extends ImmutablePureComponent {
|
||||||
<Icon id='dollar' />
|
<Icon id='dollar' />
|
||||||
<span className='sidebar-menu-item__title'>{intl.formatMessage(messages.donate)}</span>
|
<span className='sidebar-menu-item__title'>{intl.formatMessage(messages.donate)}</span>
|
||||||
</NavLink>
|
</NavLink>
|
||||||
: ''}
|
: ''}
|
||||||
<NavLink className='sidebar-menu-item' to='/lists' onClick={onClose}>
|
<NavLink className='sidebar-menu-item' to='/lists' onClick={onClose}>
|
||||||
<Icon id='list' />
|
<Icon id='list' />
|
||||||
<span className='sidebar-menu-item__title'>{intl.formatMessage(messages.lists)}</span>
|
<span className='sidebar-menu-item__title'>{intl.formatMessage(messages.lists)}</span>
|
||||||
|
|
Ładowanie…
Reference in New Issue