Fix tslint issues
This commit is contained in:
@@ -41,7 +41,7 @@ export const SimpleMenuItem: React.StatelessComponent<SimpleMenuItemProps> = ({
|
||||
<Text
|
||||
fontSize="14px"
|
||||
fontColor={colors.darkGrey}
|
||||
onClick={onClick || _.noop}
|
||||
onClick={onClick || _.noop.bind(_)}
|
||||
hoverColor={colors.mediumBlue}
|
||||
>
|
||||
{displayText}
|
||||
|
||||
Reference in New Issue
Block a user