minor fix notif

This commit is contained in:
2025-12-18 12:36:46 +07:00
parent 3a4b0f0748
commit 1ce922ff4c
3 changed files with 5 additions and 5 deletions

View File

@@ -464,7 +464,7 @@ const ListNotification = memo(function ListNotification(props) {
}}
/>
<RouterLink
to={`/detail-notification/${
to={`/notification-detail/${
notification.id.split('-')[1]
}`}
target="_blank"