From 999722f2620505d84988ba763504268c53e848cd Mon Sep 17 00:00:00 2001 From: Freeplay Date: Sat, 10 Jun 2023 19:45:11 -0400 Subject: [PATCH] Hide time travel button from Antennas for now (it's been broken) --- packages/client/src/pages/antenna-timeline.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/client/src/pages/antenna-timeline.vue b/packages/client/src/pages/antenna-timeline.vue index 442d6882a8..3bfa972085 100644 --- a/packages/client/src/pages/antenna-timeline.vue +++ b/packages/client/src/pages/antenna-timeline.vue @@ -106,11 +106,11 @@ watch( const headerActions = $computed(() => antenna ? [ - { - icon: "ph-calendar-blank ph-bold ph-lg", - text: i18n.ts.jumpToSpecifiedDate, - handler: timetravel, - }, + // { + // icon: "ph-calendar-blank ph-bold ph-lg", + // text: i18n.ts.jumpToSpecifiedDate, + // handler: timetravel, + // }, { icon: "ph-gear-six ph-bold ph-lg", text: i18n.ts.settings,