Error coding, rebuild server

This commit is contained in:
2024-01-22 10:47:53 +08:00
parent 9e34da0b57
commit 9143f438d8
4 changed files with 16 additions and 14 deletions

View File

@@ -41,7 +41,9 @@ export default function KatalogView({
profile={profile}
userLoginId={userLoginId}
/>
{profile.User.id === userLoginId ? <User_Logout /> : ""}
<Stack my={"lg"} w={"100%"}>
{profile.User.id === userLoginId ? <User_Logout /> : ""}
</Stack>
</Stack>
</>
);