diff --git a/website/src/App.tsx b/website/src/App.tsx index d299faa..0b96a80 100644 --- a/website/src/App.tsx +++ b/website/src/App.tsx @@ -168,6 +168,7 @@ export default function (props: JSX.HTMLAttributes) { const turnOffBuzzer = async () => { await supabase.from("pengaturan").update({ buzzer_on: false }).eq("id", 1); + await checkPengaturan(); }; const toggleSidebar = () => {