mirror of
https://github.com/ente-io/ente.git
synced 2025-08-13 01:27:17 +00:00
Fix npe
This commit is contained in:
@@ -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}
|
||||
|
Reference in New Issue
Block a user