From: Jay Sitter Date: Sun, 18 Jun 2023 20:02:55 +0000 (-0400) Subject: fix(post): Fix missing labels on block/report buttons in new dropdown X-Git-Url: http://these/git/?a=commitdiff_plain;h=7f818921d2e58523c23c603e47858016ef078052;p=lemmy-ui.git fix(post): Fix missing labels on block/report buttons in new dropdown --- diff --git a/src/shared/components/post/post-listing.tsx b/src/shared/components/post/post-listing.tsx index 56961e2..2e048a2 100644 --- a/src/shared/components/post/post-listing.tsx +++ b/src/shared/components/post/post-listing.tsx @@ -867,10 +867,10 @@ export class PostListing extends Component { ); } @@ -880,10 +880,14 @@ export class PostListing extends Component { ); }