mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-24 16:14:11 +02:00
refactor(frontend): menuのdividerをnullで表現するのをやめる
This commit is contained in:
@@ -236,7 +236,7 @@ function changeProfile(ev: MouseEvent) {
|
||||
deckStore.set('profile', k);
|
||||
unisonReload();
|
||||
},
|
||||
}))), null, {
|
||||
}))), { type: 'divider' }, {
|
||||
text: i18n.ts._deck.newProfile,
|
||||
icon: 'ti ti-plus',
|
||||
action: async () => {
|
||||
|
||||
Reference in New Issue
Block a user