Fixed issue with notifications when deleting

This commit is contained in:
LASER-Yi 2021-03-26 08:00:28 +08:00
parent 37f187df3f
commit 89a3d7f6e3

View file

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