diff --git a/package.json b/package.json index 4e1f12b1c6..2c081d62be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "misskey", - "version": "12.118.0-calc.4.b4", + "version": "12.118.0-calc.5.b4", "codename": "indigo", "repository": { "type": "git", diff --git a/packages/client/src/pages/timeline.vue b/packages/client/src/pages/timeline.vue index 5810b745b9..8d23b03bf3 100644 --- a/packages/client/src/pages/timeline.vue +++ b/packages/client/src/pages/timeline.vue @@ -133,7 +133,7 @@ const headerTabs = $computed(() => [{ title: i18n.ts._timelines.global, icon: 'fas fa-globe', iconOnly: true, -}] : []), /* { +}] : []), { icon: 'fas fa-list-ul', title: i18n.ts.lists, iconOnly: true, @@ -148,7 +148,7 @@ const headerTabs = $computed(() => [{ title: i18n.ts.channel, iconOnly: true, onClick: chooseChannel, -}*/]); +}]); const headerTabsWhenNotLogin = $computed(() => [ ...(isLocalTimelineAvailable ? [{ @@ -172,6 +172,11 @@ definePageMetadata(computed(() => ({