Skip to content

Commit

Permalink
notification for unsubscribe revert
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaJ2305 committed Nov 18, 2024
1 parent be5800b commit 226cce9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/Notifications/NotificationsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,9 @@ export default function NotificationsList({
});

setIsSubscribed("NotSubscribed");
Warn({
msg: t("unsubscribed_successfully"),
});
} catch (e) {
Error({ msg: t("unsubscribe_failed") });
}
Expand Down

0 comments on commit 226cce9

Please sign in to comment.