Skip to content

Commit

Permalink
use thumbnail as variant instead original
Browse files Browse the repository at this point in the history
  • Loading branch information
CDFN committed May 14, 2024
1 parent 658b81c commit 24e4638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/screens/Observation/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const ObservationScreen: NativeNavigationComponent<'Observation'> = ({
// Currently only show photo attachments
const attachmentUrls = useAttachmentUrlQueries(
observation.attachments,
'original',
'thumbnail',
);
const base64Uris = useAttachmentsBase64Query(
attachmentUrls.filter(r => !!r.data).map(r => r.data!),
Expand Down

0 comments on commit 24e4638

Please sign in to comment.