ねこみみアジャスター完成
This commit is contained in:
parent
bc0eeb5461
commit
9c20f5d8d5
5 changed files with 76 additions and 10 deletions
|
@ -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: 'ネコミミ', key: 'nekomimi' });
|
||||
it.push({ label: t('_nav.catAdjuster'), key: 'nekomimi' });
|
||||
if (data?.isAdmin) {
|
||||
it.push({ label: 'Admin', key: 'admin' });
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue