fix(timeline): no media timeline

This commit is contained in:
オスカー、 2024-07-20 23:59:06 +09:00
parent 73f1a1ba86
commit 503c0392e4
Signed by: SWREI
GPG Key ID: 139D6573F92DA9F7

View File

@ -295,12 +295,12 @@ const headerTabs = computed(() => [...(defaultStore.reactiveState.pinnedUserList
title: i18n.ts._timelines.local,
icon: 'ti ti-planet',
iconOnly: true,
}, {
}/*, {
key: 'media',
title: i18n.ts._timelines.media,
icon: 'ti ti-photo',
iconOnly: true,
}, {
}*/, {
key: 'social',
title: i18n.ts._timelines.social,
icon: 'ti ti-universe',