Notifikasi join event

Fix:
modified:   app/(application)/(user)/event/[id]/history.tsx
        modified:   app/(application)/(user)/event/[id]/publish.tsx
        modified:   app/(application)/(user)/event/create.tsx
        modified:   app/(application)/(user)/notifications/index.tsx

### No Issue
This commit is contained in:
2026-01-15 13:54:14 +08:00
parent 9123e73606
commit 3b15871ad4
4 changed files with 23 additions and 26 deletions

View File

@@ -78,7 +78,7 @@ const BoxNotification = ({
categoryApp: data.kategoriApp,
});
router.replace(newPath as any);
router.navigate(newPath as any);
selectedCategory(activeCategory as string);
if (!data.isRead) {