From 86c2c101876b8923f90ab292c430bfe68840da57 Mon Sep 17 00:00:00 2001 From: Matt Date: Sun, 22 Dec 2024 23:52:10 -0500 Subject: [PATCH] Event feed tweaks --- dashboard/src/components/dashboard/EventFeed.jsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dashboard/src/components/dashboard/EventFeed.jsx b/dashboard/src/components/dashboard/EventFeed.jsx index c0892e3..8cc8f2b 100644 --- a/dashboard/src/components/dashboard/EventFeed.jsx +++ b/dashboard/src/components/dashboard/EventFeed.jsx @@ -1121,8 +1121,7 @@ const EventCard = ({ event }) => { const DEFAULT_METRICS = Object.values(METRIC_IDS); const EventFeed = ({ - title = "Live Event Feed", - description = "Real-time event stream", + title = "Event Feed", selectedMetrics = DEFAULT_METRICS, }) => { const metrics = useMemo(() => selectedMetrics, [selectedMetrics]); @@ -1622,7 +1621,7 @@ const EventFeed = ({ )} - + {loading && !events.length ? (