minor fix notif
This commit is contained in:
@@ -464,7 +464,7 @@ const ListNotification = memo(function ListNotification(props) {
|
||||
}}
|
||||
/>
|
||||
<RouterLink
|
||||
to={`/detail-notification/${
|
||||
to={`/notification-detail/${
|
||||
notification.id.split('-')[1]
|
||||
}`}
|
||||
target="_blank"
|
||||
|
||||
Reference in New Issue
Block a user