Signed-off-by: ale <ale@manalejandro.com>
Este commit está contenido en:
ale
2025-12-05 23:40:05 +01:00
padre ee2aaccffe
commit bb234fef1e
Se han modificado 6 ficheros con 59 adiciones y 37 borrados

Ver fichero

@@ -58,7 +58,7 @@ export default function Home() {
const data = await response.json();
setResult(data);
} catch (err) {
} catch (_err) {
setError('Failed to perform search. Please check your connection.');
} finally {
setLoading(false);