Skip to content

Commit daa487e

Browse files
committed
fix: images
1 parent 193a1ab commit daa487e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platforms/pictique/src/lib/fragments/Post/Post.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
...restProps
7272
}: IPostProps = $props();
7373
74-
let imgUris = $derived(uris);
74+
let imgUris = $derived(pairAndJoinChunks(uris));
7575
let galleryRef: HTMLDivElement | undefined = $state();
7676
let currentIndex = $state(0);
7777

0 commit comments

Comments
 (0)