diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-03-13 13:29:17 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-03-13 13:29:17 +0700 |
| commit | b261f7fd592965fe60fbfb8842d9769b96988573 (patch) | |
| tree | be927fe2ea52db5ad7fd1c7d125e84e080f808b5 /src/lib/product/components | |
| parent | b88292ed2c51bc790f91fabbd7f99e882115f328 (diff) | |
<iman> CR renca benner
Diffstat (limited to 'src/lib/product/components')
| -rw-r--r-- | src/lib/product/components/ProductSearch.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/product/components/ProductSearch.jsx b/src/lib/product/components/ProductSearch.jsx index f7b044aa..e2e1f859 100644 --- a/src/lib/product/components/ProductSearch.jsx +++ b/src/lib/product/components/ProductSearch.jsx @@ -549,7 +549,7 @@ const ProductSearch = ({ <div className='h-6' /> - <SideBanner /> + <SideBanner query={search} /> </div> <div className='w-9/12 pl-6'> |
