Skip to content

Commit

Permalink
fix: Missing username
Browse files Browse the repository at this point in the history
  • Loading branch information
AmarTrebinjac committed Jan 20, 2025
1 parent c0e04c6 commit b6be204
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export default function CommentActionButtons({
if (user && user.id !== comment.author.id) {
commentOptions.push({
icon: <BlockIcon />,
label: `Block ${post.author.username}`,
label: `Block ${comment.author.username}`,
action: async () => {
const params = {
id: comment.author.id,
Expand Down

0 comments on commit b6be204

Please sign in to comment.