From 7f818921d2e58523c23c603e47858016ef078052 Mon Sep 17 00:00:00 2001 From: Jay Sitter Date: Sun, 18 Jun 2023 16:02:55 -0400 Subject: [PATCH] fix(post): Fix missing labels on block/report buttons in new dropdown --- src/shared/components/post/post-listing.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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 { ); } -- 2.44.1