diff --git a/pages/search.tsx b/pages/search.tsx index d163a9150..4358b777e 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) => ( - + +
+ ))} - +
)}