fix(client): fix no key warning in menu (#1140)

This commit is contained in:
Junyi 2022-11-24 00:14:10 -08:00 committed by GitHub
parent 62652145c9
commit 9aba8016fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,6 +95,7 @@ export const SettingsCenterDropdown = () => {
onClick={() => {
history.push('/admin/settings');
}}
key="/admin/settings"
>
{t('Settings center')}
</Menu.Item>