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 (
<>