Skip to content

Commit

Permalink
fix: add key for FullPublication (#3654)
Browse files Browse the repository at this point in the history
add key for FullPublication
  • Loading branch information
foolo committed Aug 30, 2023
1 parent bebda71 commit c8a87d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/Publication/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const ViewPublication: NextPage = () => {
/>
<GridItemEight className="space-y-5">
<Card>
<FullPublication publication={publication} />
<FullPublication publication={publication} key={publication?.id} />
</Card>
{currentProfile && !publication?.hidden && !showNewPostModal ? (
canComment ? (
Expand Down

2 comments on commit c8a87d7

@vercel
Copy link

@vercel vercel bot commented on c8a87d7 Aug 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

prerender – ./apps/prerender

prerender-lenster.vercel.app
prerender-git-main-lenster.vercel.app
prerender.lenster.xyz

@vercel
Copy link

@vercel vercel bot commented on c8a87d7 Aug 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

web – ./apps/web

lenster.xyz
lenster.vercel.app
web-git-main-lenster.vercel.app
web-lenster.vercel.app

Please sign in to comment.