Fixed issue with notifications when deleting

pull/1348/head
LASER-Yi 3 years ago
parent 37f187df3f
commit 89a3d7f6e3

@ -98,7 +98,6 @@ const NotificationModal: FunctionComponent<ModalProps & BaseModalProps> = ({
onClick={() => {
if (current) {
current.enabled = false;
current.url = null;
update(current);
}
closeModal();

Loading…
Cancel
Save