fix ( user access )

deskripsi:
- membatasi akses user yang hanya bisa di berikan oleh admin
This commit is contained in:
2025-01-10 08:49:30 +08:00
parent d0716bd859
commit abe92e4ad2
22 changed files with 744 additions and 218 deletions

View File

@@ -68,7 +68,7 @@ export default function HomeViewNew() {
<UIGlobal_LayoutHeaderTamplate
title="HIPMI"
customButtonLeft={
dataUser?.profile == null ? (
dataUser == null ? (
<CustomSkeleton width={20} height={20} circle />
) : (
<ActionIcon
@@ -91,7 +91,7 @@ export default function HomeViewNew() {
)
}
customButtonRight={
dataUser?.profile == null ? (
dataUser == null ? (
<CustomSkeleton width={20} height={20} circle />
) : (
<ActionIcon