Fix: event

Deskripsi:
- Create event konfirmasi
This commit is contained in:
2024-12-03 10:24:37 +08:00
parent ff6ebece93
commit fc388133a6
17 changed files with 429 additions and 11 deletions

View File

@@ -51,7 +51,7 @@ export function ComponentGlobal_AvatarAndUsername({
</Avatar>
) : (
<ComponentGlobal_LoaderAvatar
fileId={profile.imageId as any}
fileId={profile?.imageId as any}
sizeAvatar={sizeAvatar}
/>
)}