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)} -
- )} )}