ねこみみアジャスターのNEWを解除
This commit is contained in:
parent
418383b169
commit
29a68897e1
1 changed files with 1 additions and 1 deletions
|
@ -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' });
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue