forked from Github/frigate
UI tweaks (#13633)
* Object lifecycle and semantic search UI tweaks * prevent console errors for sheet component
This commit is contained in:
@@ -287,17 +287,6 @@ function PreviewContent({
|
||||
/>
|
||||
);
|
||||
} else if (isCurrentHour(searchResult.start_time)) {
|
||||
return (
|
||||
/*<InProgressPreview
|
||||
review={review}
|
||||
timeRange={timeRange}
|
||||
setIgnoreClick={setIgnoreClick}
|
||||
isPlayingBack={isPlayingBack}
|
||||
onTimeUpdate={onTimeUpdate}
|
||||
windowVisible={true}
|
||||
setReviewed={() => { }}
|
||||
/>*/
|
||||
<div />
|
||||
);
|
||||
return <div />;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user