diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 78869b0..554c1ac 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -79,6 +79,12 @@ function App() { } }; + const handleSubmitBuscar = (e) => { + e.preventDefault(); + if (buscando) return; + handleBuscar(); + }; + if (loading) { return (