Fix vscode formatting

This commit is contained in:
Nick Mowen 2023-04-23 07:13:01 -06:00
parent e089bae383
commit be3627e8ba

View File

@ -379,7 +379,7 @@ export default function Events({ path, ...props }) {
download
/>
)}
{downloadEvent.end_time && 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+'}