Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
varunpvp committed Mar 29, 2021
1 parent 08b0b6e commit 502d09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/user.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const UserPage = observer(() => {

<h2>Posts</h2>

{user.posts?.map((post) => (
{user.posts.map((post) => (
<Post key={post.id} post={post} />
))}
</div>
Expand Down

0 comments on commit 502d09e

Please sign in to comment.