From c45654b544ca29e0048c5d11729f532b6cd8ae29 Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Tue, 16 Jul 2024 14:44:20 -0400 Subject: [PATCH] Update index.tsx --- src/equicordplugins/showBadgesInChat/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/equicordplugins/showBadgesInChat/index.tsx b/src/equicordplugins/showBadgesInChat/index.tsx index 54283113..d74d44dc 100644 --- a/src/equicordplugins/showBadgesInChat/index.tsx +++ b/src/equicordplugins/showBadgesInChat/index.tsx @@ -147,7 +147,7 @@ function CheckBadge({ badge, author }: { badge: string; author: User; }): JSX.El function ChatBadges({ author }: { author: User; }) { return ( - + {settings.store.showEquicordDonor && } {settings.store.showEquicordContributor && } {settings.store.showSuncordDonor && }