From e46036a3e6282ec8f3933af7e578491c48c9bcde Mon Sep 17 00:00:00 2001 From: Bel Curcio Date: Tue, 8 Jun 2021 12:58:13 -0300 Subject: [PATCH] Search issue ui --- pages/search.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/search.tsx b/pages/search.tsx index d163a9150..2e2ca82da 100644 --- a/pages/search.tsx +++ b/pages/search.tsx @@ -336,7 +336,7 @@ export default function Search({ )} {data ? ( - +
{data.products.map((product: Product) => ( ))} - +
) : ( - +
{rangeMap(12, (i) => ( ))} - +
)}