0
0
Fork 0

ねこみみアジャスターのNEWを解除

This commit is contained in:
Ebise Lutica 2022-05-06 11:46:56 +09:00
parent 418383b169
commit 29a68897e1

View file

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