From df1e383a88688d7562d40952ab32a0c32a634d93 Mon Sep 17 00:00:00 2001 From: Eduardo Quiros Date: Thu, 4 Aug 2022 00:01:39 -0600 Subject: [PATCH] remove unused 'response' parameter --- web-ui/web-react/src/components/Inquilinos.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-ui/web-react/src/components/Inquilinos.js b/web-ui/web-react/src/components/Inquilinos.js index 211a5121..5eaaadaf 100644 --- a/web-ui/web-react/src/components/Inquilinos.js +++ b/web-ui/web-react/src/components/Inquilinos.js @@ -184,7 +184,7 @@ const Inquilinos = () => { return response.json() } }) - .then((response) => { + .then(() => { setChangeStatusTenantDialog(false) toast.current.show({ severity: 'success',