diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-11-15 09:23:29 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-11-15 09:23:29 +0700 |
| commit | 31fca1b5d023abb96aad53ac2e26b77ce16e51e1 (patch) | |
| tree | 55d22607a9f05764a619ebad31a98c03ee45f8bb /src/lib/product | |
| parent | 36871796910127a2bbda3cedab00a150a24375e4 (diff) | |
<iman> update error code
Diffstat (limited to 'src/lib/product')
| -rw-r--r-- | src/lib/product/components/Product/ProductDesktopVariant.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/product/components/Product/ProductDesktopVariant.jsx b/src/lib/product/components/Product/ProductDesktopVariant.jsx index f4569574..6fe75fff 100644 --- a/src/lib/product/components/Product/ProductDesktopVariant.jsx +++ b/src/lib/product/components/Product/ProductDesktopVariant.jsx @@ -434,7 +434,7 @@ const ProductDesktopVariant = ({ </div> <div> <Skeleton - isLoaded={sla} + isLoaded={!isLoadingSLA} h='21px' // w={16} className={ |
