diff options
| author | FIN-IT_AndriFP <andrifebriyadiputra@gmail.com> | 2026-01-19 09:39:25 +0700 |
|---|---|---|
| committer | FIN-IT_AndriFP <andrifebriyadiputra@gmail.com> | 2026-01-19 09:39:25 +0700 |
| commit | f56cc888934d4b4ef962e967d40533ab5ded2414 (patch) | |
| tree | 5448da31a5136939aa19d5c85fa571c376c93e8e /src-migrate/modules/product-detail/components/ProductDetail.tsx | |
| parent | d885bbb998c31c809b0ff77faa4695c1335a3717 (diff) | |
(andri) fix view mobile compare
Diffstat (limited to 'src-migrate/modules/product-detail/components/ProductDetail.tsx')
| -rw-r--r-- | src-migrate/modules/product-detail/components/ProductDetail.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src-migrate/modules/product-detail/components/ProductDetail.tsx b/src-migrate/modules/product-detail/components/ProductDetail.tsx index 54a0fb52..d63eb365 100644 --- a/src-migrate/modules/product-detail/components/ProductDetail.tsx +++ b/src-migrate/modules/product-detail/components/ProductDetail.tsx @@ -565,12 +565,12 @@ const ProductDetail = ({ product }: Props) => { > Spesifikasi </Tab> - <Tab + {/* <Tab _selected={{ color: 'red.600', borderColor: 'red.600', borderBottomWidth: '3px', fontWeight: 'bold', marginBottom: '-1.5px' }} color="gray.500" fontWeight="medium" fontSize="sm" px={4} py={3} > Detail Lainnya - </Tab> + </Tab> */} </TabList> <TabPanels> |
