This commit is contained in:
Manav Rathi
2025-02-27 11:12:04 +05:30
parent 06b84e8067
commit 7fc03a71e7
3 changed files with 5 additions and 3 deletions

View File

@@ -189,7 +189,7 @@ const FileViewer: React.FC<FileViewerProps> = ({
<Button>Test</Button>
<FileInfo
{...fileInfoVisibilityProps}
file={activeAnnotatedFile.file}
file={activeAnnotatedFile?.file}
exif={activeFileExif}
onSelectCollection={handleSelectCollection}
onSelectPerson={handleSelectPerson}