Skip to content

Commit fcefc52

Browse files
committed
fix: user id with post
1 parent d602b2b commit fcefc52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platforms/pictique/src/routes/(protected)/home/+page.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
<Post
7979
avatar={post.author.avatarUrl}
8080
username={post.author.handle}
81+
userId = {post.author.id}
8182
imgUris={post.images}
8283
text={post.text}
8384
time={new Date(post.createdAt).toLocaleDateString()}

0 commit comments

Comments
 (0)