fix(web, mobile): camera info (#3904)

* fix(web): camera lens info

* fix(mobile): camera lens ISO fix

* fix svelte-check
This commit is contained in:
waclaw66 2023-08-29 15:57:20 +02:00 committed by GitHub
parent e510e733cd
commit 22f5e05060
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View file

@ -255,7 +255,7 @@ class ExifBottomSheet extends HookConsumerWidget {
),
),
subtitle: Text(
"ƒ/${exifInfo.fNumber} ${exifInfo.exposureTime} ${exifInfo.focalLength} mm ISO${exifInfo.iso} ",
"ƒ/${exifInfo.fNumber} ${exifInfo.exposureTime} ${exifInfo.focalLength} mm ISO ${exifInfo.iso ?? ''} ",
),
),
],