Skip to content

Commit

Permalink
remove userID prop
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiasAurel committed Aug 31, 2024
1 parent e0eed16 commit 5e17482
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/posts.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ const Posts = ({ posts = [], swrKey = null }) => {
{posts.map(post => (
<Post
key={post.id}
userID={post.user.id}
openEmojiPicker={openEmojiPicker}
authStatus={status}
authSession={session}
Expand Down

0 comments on commit 5e17482

Please sign in to comment.