From 540c0b51ca7e5703a7e12c49ea847377b4cb4189 Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Tue, 24 Mar 2026 23:56:30 +0100 Subject: [PATCH] fix: remove duplicate realtime indicator from under chart --- components/dashboard/Chart.tsx | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/components/dashboard/Chart.tsx b/components/dashboard/Chart.tsx index 5a41b30..9eceb86 100644 --- a/components/dashboard/Chart.tsx +++ b/components/dashboard/Chart.tsx @@ -543,16 +543,6 @@ export default function Chart({ )} - {/* Live indicator right */} - {lastUpdatedAt != null && ( -
- - - - - Live ยท {formatUpdatedAgo(lastUpdatedAt)} -
- )} )}