Skip to content

Commit

Permalink
fix: can not comment on alias feed
Browse files Browse the repository at this point in the history
  • Loading branch information
OXeu committed Jul 5, 2024
1 parent 5a94a2c commit a09018f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/page/feed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ export function FeedPage({ id }: { id: string }) {
</div>
</div>
</article>
{feed && <Comments id={id} />}
{feed && <Comments id={`${feed.id}`} />}
<div className="h-16" />
</main>
<div className="w-80 hidden lg:block relative">
Expand Down

0 comments on commit a09018f

Please sign in to comment.