From 3cdec5f635b728426b0d59072757da9e3db49710 Mon Sep 17 00:00:00 2001 From: amel Date: Mon, 23 Dec 2024 13:43:52 +0800 Subject: [PATCH] upd: webpush Deskripsi: - matikan webpush krn tidak kompatibel dg iphone No Issues --- src/app/(application)/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/(application)/layout.tsx b/src/app/(application)/layout.tsx index b4016a9..2468927 100644 --- a/src/app/(application)/layout.tsx +++ b/src/app/(application)/layout.tsx @@ -11,7 +11,7 @@ export default async function Layout({ children }: { children: React.ReactNode } const user = await funGetUserByCookies() return ( <> - + {/* */} {children}