From c5f0a9e3a1f1d0ce4fc38578fb1d426605e9605c Mon Sep 17 00:00:00 2001 From: amel Date: Mon, 16 Jun 2025 15:32:26 +0800 Subject: [PATCH] upd: fitur tema Deskripsi: - disable fitur tema pada aplikasi fitur No Issues --- app/(application)/feature.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/(application)/feature.tsx b/app/(application)/feature.tsx index c204b90..8490bac 100644 --- a/app/(application)/feature.tsx +++ b/app/(application)/feature.tsx @@ -35,16 +35,17 @@ export default function Feature() { (entityUser.role == "supadmin" || entityUser.role == "developer") && <> } text="Lembaga Desa" onPress={() => { router.push('/group') }} /> - } text="Tema" onPress={() => { }} /> + {/* } text="Tema" onPress={() => { }} /> */} + } text="Banner" onPress={() => { router.push('/banner') }} /> } - { + {/* { (entityUser.role == "supadmin" || entityUser.role == "developer") && } text="Banner" onPress={() => { router.push('/banner') }} /> - } + } */} )