From c33d59b45dc2e63ff80ce02287415f8973d90841 Mon Sep 17 00:00:00 2001 From: Vendicated Date: Sun, 8 Oct 2023 03:49:00 +0200 Subject: serverProfile: fix crash with lurked guilds Co-authored-by: aamiaa <9750071+aamiaa@users.noreply.github.com> --- src/plugins/serverProfile/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/serverProfile/index.tsx') diff --git a/src/plugins/serverProfile/index.tsx b/src/plugins/serverProfile/index.tsx index c27f8cd..68f6193 100644 --- a/src/plugins/serverProfile/index.tsx +++ b/src/plugins/serverProfile/index.tsx @@ -18,7 +18,7 @@ const Patch: NavContextMenuPatchCallback = (children, { guild }: { guild: Guild; group?.push( openGuildProfileModal(guild)} /> ); -- cgit