Commit 185707bb authored by isstuev's avatar isstuev

fix watchlist toast

parent 2605cd63
......@@ -76,7 +76,7 @@ const WatchListItem = ({ item, isLoading, onEditClick, onDeleteClick }: Props) =
},
onSuccess: () => {
setSwitchDisabled(false);
showNotificationToast(!notificationEnabled);
showNotificationToast(notificationEnabled);
},
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment