diff options
| author | trisusilo48 <tri.susilo@altama.co.id> | 2024-11-20 11:09:46 +0700 |
|---|---|---|
| committer | trisusilo48 <tri.susilo@altama.co.id> | 2024-11-20 11:09:46 +0700 |
| commit | e2a12aa22089349cb48511d0584991b9db64e0ca (patch) | |
| tree | e2e2eff7ad32be45a27b59c8400775fd03f591f2 | |
| parent | 2a042394359eaab8c5abee59febf8bf524b7e288 (diff) | |
udpate variants total
| -rw-r--r-- | src-migrate/modules/product-detail/components/Information.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-migrate/modules/product-detail/components/Information.tsx b/src-migrate/modules/product-detail/components/Information.tsx index 2c23f25e..5e1ea186 100644 --- a/src-migrate/modules/product-detail/components/Information.tsx +++ b/src-migrate/modules/product-detail/components/Information.tsx @@ -96,7 +96,7 @@ const Information = ({ product }: Props) => { <label className='form-label mb-2 text-lg text-red-600'> Pilih Variant * :{' '} <span className='text-gray_r-9 text-sm'> - {product?.variant_total} Variants + {product?.variants?.length} Variants </span>{' '} </label> <AutoComplete |
