Fix: Navbar admin

Deskripsi:
- Fix bug navbar yang terpotong bagian atasnya
This commit is contained in:
2024-11-18 15:18:35 +08:00
parent 1f8bfcbed9
commit 5fcb09b889
111 changed files with 284 additions and 2930 deletions

View File

@@ -11,9 +11,9 @@ export function CheckCookies_UiLayout({
}) {
const router = useRouter();
// useShallowEffect(() => {
// onCheckCookies();
// }, []);
useShallowEffect(() => {
onCheckCookies();
}, []);
async function onCheckCookies() {
const cek = await fetch("/api/check-cookies");