From 01221735b2a758b9f7cf71a6fd33aaf7915a1a91 Mon Sep 17 00:00:00 2001 From: Michael Franklin Date: Fri, 8 Sep 2023 12:40:10 +1000 Subject: [PATCH] Improved dashboard UI --- .../billing/SeqrProportionalMapGraph.tsx | 991 ------------------ 1 file changed, 991 deletions(-) diff --git a/web/src/pages/billing/SeqrProportionalMapGraph.tsx b/web/src/pages/billing/SeqrProportionalMapGraph.tsx index 6ddb0b1d9..d4a949bc3 100644 --- a/web/src/pages/billing/SeqrProportionalMapGraph.tsx +++ b/web/src/pages/billing/SeqrProportionalMapGraph.tsx @@ -173,997 +173,6 @@ const SeqrProportionalMapGraph: React.FunctionComponent ({ ...entry, date: new Date(entry.date) })) - ) }, []) if (!data) {