Fix:
-  user)/event/(tabs)/contribution: tampilan creator yang di depan
- /Event/ButtonStatusSection: return message

### No Issuue
This commit is contained in:
2025-09-16 11:17:36 +08:00
parent 76fb14ed0c
commit 3287f4c287
2 changed files with 7 additions and 6 deletions

View File

@@ -127,7 +127,7 @@ export default function Event_ButtonStatusSection({
if (response.success) {
Toast.show({
type: "success",
text1: response.message,
text1: "Data dihapus",
});
router.back();
} else {