diff --git a/app/[locale]/components/notification.tsx b/app/[locale]/components/notification.tsx index b71de4c..6401d6d 100644 --- a/app/[locale]/components/notification.tsx +++ b/app/[locale]/components/notification.tsx @@ -144,6 +144,9 @@ export default function Notifications() // Suppression de toutes les notifications. setNotifications( [] ); + // Récupération des notifications mises à jour. + fetchNotifications(); + // Envoi d'une notification de succès. toast.success( formMessages( "infos.action_success" ), { description: formMessages( "infos.notifications_read" )