0
0
Fork 0
This commit is contained in:
Xeltica 2022-01-27 21:51:21 +09:00
parent 9c20f5d8d5
commit 0f8016fcde
2 changed files with 3 additions and 1 deletions

View file

@ -30,7 +30,7 @@ export const IndexSessionPage: React.VFC = () => {
const it: TabItem[] = [];
it.push({ label: t('_nav.misshai'), key: 'misshai' });
it.push({ label: t('_nav.accounts'), key: 'accounts' });
it.push({ label: t('_nav.catAdjuster'), key: 'nekomimi' });
it.push({ label: t('_nav.catAdjuster'), key: 'nekomimi', isNew: true });
if (data?.isAdmin) {
it.push({ label: 'Admin', key: 'admin' });
}