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') }} /> - } + } */} )