From f284e2ec02c8bb1ad193020aeb4557c874f95a62 Mon Sep 17 00:00:00 2001 From: bagasbanuna Date: Wed, 18 Feb 2026 17:20:28 +0800 Subject: [PATCH] delete comment --- app/(application)/(user)/home.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/app/(application)/(user)/home.tsx b/app/(application)/(user)/home.tsx index 38dc8a2..ad768bd 100644 --- a/app/(application)/(user)/home.tsx +++ b/app/(application)/(user)/home.tsx @@ -77,14 +77,14 @@ export default function Application() { ); } - if (data && data?.masterUserRoleId !== "1") { - console.log("User is not admin"); - return ( - - - - ); - } + // if (data && data?.masterUserRoleId !== "1") { + // console.log("User is not admin"); + // return ( + // + // + // + // ); + // } return ( <>