From 7c08e60acc68f4fbd3ff6af756aeae7c1e7b866c Mon Sep 17 00:00:00 2001 From: "HATEC\\SPVDEV001" Date: Tue, 24 Oct 2023 10:02:44 +0700 Subject: change label --- src/lib/product/components/ProductSearch.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/product') diff --git a/src/lib/product/components/ProductSearch.jsx b/src/lib/product/components/ProductSearch.jsx index 5fc75930..3740d264 100644 --- a/src/lib/product/components/ProductSearch.jsx +++ b/src/lib/product/components/ProductSearch.jsx @@ -148,7 +148,7 @@ const ProductSearch = ({ query, prefixUrl, defaultBrand = null, brand = null }) const SpellingComponent = useMemo(() => { return ( <> - {spellings?.length > 0 ? <>Mungkin yang anda cari : <>Produk yang anda tidak ada} + {spellings?.length > 0 ? <>Mungkin yang anda cari : <>Produk yang cari anda tidak ada} {spellings?.map((spelling, i) => ( {spelling} -- cgit v1.2.3