From 32eb42e9e9790a4f5cd50571fddf29fb2083b93f Mon Sep 17 00:00:00 2001 From: JudLup Luna Date: Mon, 20 May 2024 21:27:27 -0500 Subject: [PATCH] fix: deploy en amplify --- src/features/bootcamps/searchbar/searchbar.container.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/features/bootcamps/searchbar/searchbar.container.tsx b/src/features/bootcamps/searchbar/searchbar.container.tsx index 5c9653e..5fe5ea3 100644 --- a/src/features/bootcamps/searchbar/searchbar.container.tsx +++ b/src/features/bootcamps/searchbar/searchbar.container.tsx @@ -17,6 +17,7 @@ const SearchBarContainer = () => { const bootcamps = await bootcampController.search(keyValue) setBootcamps(bootcamps) // TODO: Pendiente enviar el resultado al storage de Zustand (cuando esté implementado) + console.log(bootcamps) } return (