mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-10 16:34:10 +02:00
refactor(client): refactoring
This commit is contained in:
@@ -46,7 +46,6 @@ const headerTabs = $computed(() => []);
|
||||
definePageMetadata({
|
||||
title: i18n.ts.manageLists,
|
||||
icon: 'fas fa-list-ul',
|
||||
bg: 'var(--bg)',
|
||||
action: {
|
||||
icon: 'fas fa-plus',
|
||||
handler: create,
|
||||
|
||||
@@ -120,7 +120,6 @@ const headerTabs = $computed(() => []);
|
||||
definePageMetadata(computed(() => list ? {
|
||||
title: list.name,
|
||||
icon: 'fas fa-list-ul',
|
||||
bg: 'var(--bg)',
|
||||
} : null));
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user