fix ( event )

deskripsi:
- fix API: detail, check-peserta, peserta
This commit is contained in:
2025-01-20 17:53:09 +08:00
parent 2feb461c5b
commit bda5825887
4 changed files with 131 additions and 9 deletions

View File

@@ -39,6 +39,7 @@ export default function Event_DetailMain({
});
if (respone) {
console.log(respone.data)
setIsJoinSuccess(respone.data);
}
} catch (error) {