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) && (