# Voting Admin

## feat
- Tampilan kontributor
### No issuue
This commit is contained in:
2024-02-19 17:53:06 +08:00
parent 8eff63ba50
commit b9dc85fb1c
14 changed files with 387 additions and 138 deletions

View File

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