From 19620aabcc43f1f6acf0e73a7787b706a718ae7c Mon Sep 17 00:00:00 2001 From: Eduardo Quiros Date: Mon, 22 Aug 2022 04:22:31 -0600 Subject: [PATCH] limpiar strings --- web-ui/web-react/src/components/GuardasSeguridad.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web-ui/web-react/src/components/GuardasSeguridad.js b/web-ui/web-react/src/components/GuardasSeguridad.js index 7e1aa6fc..0c1b14d2 100644 --- a/web-ui/web-react/src/components/GuardasSeguridad.js +++ b/web-ui/web-react/src/components/GuardasSeguridad.js @@ -89,7 +89,7 @@ const GuardasSeguridad = () => { } }).then((response) => { if (response.status != 201) - console.log('Ocurrió un error con el servicio: ' + response.status); + console.log(`Ocurrió un error con el servicio: ${response.status}`); else return response.json(); }).then(() => { @@ -121,10 +121,10 @@ const GuardasSeguridad = () => { } }).then((response) => { if (response.status != 201) - console.log('Ocurrió un error con el servicio: ' + response.status); + console.log(`Ocurrió un error con el servicio: ${response.status}`); else return response.json(); - }).then((response) => { + }).then(() => { setChangeStatusGuardDialog(false); toast.current.show({ severity: 'success', @@ -147,7 +147,7 @@ const GuardasSeguridad = () => { } }).then((response) => { if (response.status != 201) - console.log('Ocurrió un error con el servicio: ' + response.status); + console.log(`Ocurrió un error con el servicio: ${response.status}`); else return response.json(); }).then(function() {