fix: theme
Deskripsi: - realtime saat ada perubahan theme No Issues
This commit is contained in:
@@ -10,7 +10,7 @@ export default async function Layout({ children }: { children: React.ReactNode }
|
||||
const user = await funGetUserByCookies()
|
||||
return (
|
||||
<>
|
||||
<WrapLayout role={user.idUserRole} theme={user.theme} user={user.id}>
|
||||
<WrapLayout role={user.idUserRole} theme={user.theme} user={user.id} village={user.idVillage}>
|
||||
{children}
|
||||
</WrapLayout>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user