From b13a5c6d26600a229b2e1613ca1bce8785cd9c8d Mon Sep 17 00:00:00 2001 From: Vexify Date: Thu, 7 Nov 2024 02:09:46 +0100 Subject: [PATCH] Update index.tsx --- src/plugins/voiceMuteBlockedUsers/index.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/plugins/voiceMuteBlockedUsers/index.tsx b/src/plugins/voiceMuteBlockedUsers/index.tsx index 9fa096601..e9f5e8bdf 100644 --- a/src/plugins/voiceMuteBlockedUsers/index.tsx +++ b/src/plugins/voiceMuteBlockedUsers/index.tsx @@ -14,6 +14,7 @@ import { NavContextMenuPatchCallback } from "@api/ContextMenu"; import { definePluginSettings } from "@api/Settings"; import ErrorBoundary from "@components/ErrorBoundary"; +import { LogIcon } from "@components/Icons"; import { Devs } from "@utils/constants"; import { classes } from "@utils/misc"; import definePlugin, { OptionType } from "@utils/types"; @@ -72,6 +73,7 @@ const userContextPatch: NavContextMenuPatchCallback = (children, { user }: { use children.push( + {lbl} {/* Display the label */}