iterates subreddits into sidebar

This commit is contained in:
2022-01-27 14:41:26 -06:00
parent 40cc50d8c7
commit c00a926e15
3 changed files with 28 additions and 7 deletions

View File

@@ -28,7 +28,7 @@ export default function Feed() {
ups={post.data.ups}
comments={post.data.num_comments}
time={post.data.created_utc}
id={v4()}
key={v4()}
media={post.data.post_hint === 'image' && post.data.url}
permalink={post.data.permalink}
selftext={post.data.selftext}