delete comment

This commit is contained in:
2026-02-18 17:20:28 +08:00
parent 1d61ad51e5
commit f284e2ec02

View File

@@ -77,14 +77,14 @@ export default function Application() {
); );
} }
if (data && data?.masterUserRoleId !== "1") { // if (data && data?.masterUserRoleId !== "1") {
console.log("User is not admin"); // console.log("User is not admin");
return ( // return (
<BasicWrapper> // <BasicWrapper>
<Redirect href={`/admin/dashboard`} /> // <Redirect href={`/admin/dashboard`} />
</BasicWrapper> // </BasicWrapper>
); // );
} // }
return ( return (
<> <>