From 437c99c08a093618f6baef31f1759c54bf0a6467 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20ud=C3=A9n?= Date: Sun, 12 Nov 2023 01:44:22 +0100 Subject: [PATCH] Update GlobalNavbar.tsx --- ReactUI/src/components/navbar/GlobalNavbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReactUI/src/components/navbar/GlobalNavbar.tsx b/ReactUI/src/components/navbar/GlobalNavbar.tsx index f7fede1..03ae18c 100644 --- a/ReactUI/src/components/navbar/GlobalNavbar.tsx +++ b/ReactUI/src/components/navbar/GlobalNavbar.tsx @@ -38,7 +38,7 @@ export default function GlobalNavbar({ loggedIn }: Props) { toast.error("You dont have permission to do that"); return; } - setResetPromptVisible(true); + setShutdownPromptVisible(true); } async function shutdown() {