Settings button: Fix typo that's causing error message.

Not really sure if the attribute is needed or not, but retained just in case.
This commit is contained in:
infinite-persistence 2021-03-16 19:04:55 +08:00 committed by Sean Yesmunt
parent 0011102393
commit ddc5a65c49

View file

@ -443,7 +443,7 @@ function HeaderMenuButtons(props: HeaderMenuButtonProps) {
</MenuButton> </MenuButton>
<MenuList className="menu__list--header"> <MenuList className="menu__list--header">
<MenuItem className="menu__link" onSelect={() => history.push(`/$/${PAGES.SETTINGS}`)}> <MenuItem className="menu__link" onSelect={() => history.push(`/$/${PAGES.SETTINGS}`)}>
<Icon aria-hidden tootlip icon={ICONS.SETTINGS} /> <Icon aria-hidden tooltip icon={ICONS.SETTINGS} />
{__('Settings')} {__('Settings')}
</MenuItem> </MenuItem>
<MenuItem className="menu__link" onSelect={() => history.push(`/$/${PAGES.HELP}`)}> <MenuItem className="menu__link" onSelect={() => history.push(`/$/${PAGES.HELP}`)}>