mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-02-03 18:59:30 -06:00
Fix linting
This commit is contained in:
parent
c3173d83b8
commit
0d62c26164
@ -41,7 +41,7 @@ const RenewCertificateModal = EasyModal.create(({ id, visible, remove }: Props)
|
||||
.finally(() => {
|
||||
setIsSubmitting(false);
|
||||
});
|
||||
}, [id, data, isFresh, isSubmitting, remove, queryClient.invalidateQueries]);
|
||||
}, [id, data, isFresh, isSubmitting, remove, queryClient]);
|
||||
|
||||
return (
|
||||
<Modal show={visible} onHide={isSubmitting ? undefined : remove}>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user