From afaf08172c015a73033597dd4ea514d0bbc97b00 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Fri, 17 Feb 2023 14:41:43 -0700 Subject: [PATCH] Don't show in download menu either --- web/src/routes/Events.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/routes/Events.jsx b/web/src/routes/Events.jsx index ff5ec81b2..5558c3fe6 100644 --- a/web/src/routes/Events.jsx +++ b/web/src/routes/Events.jsx @@ -366,7 +366,7 @@ export default function Events({ path, ...props }) { download /> )} - {downloadEvent.has_snapshot && !downloadEvent.plus_id && ( + {(downloadEvent.end_time && downloadEvent.has_snapshot && !downloadEvent.plus_id) && (