Skip to content

Commit

Permalink
Don't show in download menu either
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 committed Feb 17, 2023
1 parent 5b54a41 commit afaf081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/routes/Events.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) && (
<MenuItem
icon={UploadPlus}
label={uploading.includes(downloadEvent.id) ? 'Uploading...' : 'Send to Frigate+'}
Expand Down

0 comments on commit afaf081

Please sign in to comment.