From bdb09b33c693828cfeb26bc770db3fbf6b88bfc6 Mon Sep 17 00:00:00 2001 From: "D. Scott Boggs" Date: Thu, 15 Jun 2023 11:21:04 -0400 Subject: [PATCH] fix style of button --- client/src/components/Table.vue | 2 -- client/src/components/TickComponent.vue | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/client/src/components/Table.vue b/client/src/components/Table.vue index 0b75a87..aa5f918 100644 --- a/client/src/components/Table.vue +++ b/client/src/components/Table.vue @@ -28,8 +28,6 @@ const ONE_DAY_MS = 86_400_000 const dates = [...Array(60).keys()] .map(n => new Date(today.valueOf() - (n * ONE_DAY_MS))) -console.log(dates) - // The date as a string like 2023-06-11 function dateString(date: Date) { return date.toISOString().substring(0, 10) diff --git a/client/src/components/TickComponent.vue b/client/src/components/TickComponent.vue index fee8be8..8681322 100644 --- a/client/src/components/TickComponent.vue +++ b/client/src/components/TickComponent.vue @@ -1,9 +1,9 @@ \ No newline at end of file