From ddc5a65c498de6bf269264bde6703bd5f897165e Mon Sep 17 00:00:00 2001 From: infinite-persistence Date: Tue, 16 Mar 2021 19:04:55 +0800 Subject: [PATCH] Settings button: Fix typo that's causing error message. Not really sure if the attribute is needed or not, but retained just in case. --- ui/component/header/view.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/component/header/view.jsx b/ui/component/header/view.jsx index b02f7a8e1..e98fc7077 100644 --- a/ui/component/header/view.jsx +++ b/ui/component/header/view.jsx @@ -443,7 +443,7 @@ function HeaderMenuButtons(props: HeaderMenuButtonProps) { history.push(`/$/${PAGES.SETTINGS}`)}> - + {__('Settings')} history.push(`/$/${PAGES.HELP}`)}>