diff --git a/packages/client/src/pages/antenna-timeline.vue b/packages/client/src/pages/antenna-timeline.vue index 825dbb96a..011e44ce6 100644 --- a/packages/client/src/pages/antenna-timeline.vue +++ b/packages/client/src/pages/antenna-timeline.vue @@ -100,11 +100,11 @@ const headerActions = $computed(() => text: i18n.ts.settings, handler: settings, }, - { - icon: "ph-check ph-bold ph-lg", - text: i18n.ts.markAllAsRead, - handler: markRead, - }, + // { + // icon: "ph-check ph-bold ph-lg", + // text: i18n.ts.markAllAsRead, + // handler: markRead, + // }, ] : [], );