diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-03-31 11:17:55 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-03-31 11:17:55 +0700 |
| commit | 092dc7fc49246580023a8b97101d51845c81bf04 (patch) | |
| tree | 089121b3c6cf46429411ae6edc6c4babfebe0e0d /src/pages/shop | |
| parent | f23d32a4b8402904e8daa7b906c03a64104ed253 (diff) | |
iframe content
Diffstat (limited to 'src/pages/shop')
| -rw-r--r-- | src/pages/shop/search.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/shop/search.jsx b/src/pages/shop/search.jsx index d21d72cd..bf38d0bc 100644 --- a/src/pages/shop/search.jsx +++ b/src/pages/shop/search.jsx @@ -11,7 +11,7 @@ export default function Search() { return ( <BasicLayout> - <Seo title={`Cari produk ${router.query.q} di Indoteknik.com`} /> + <Seo title={`Cari produk ${router.query.q || ''} di Indoteknik.com`} /> {!_.isEmpty(router.query) && ( <ProductSearch |
