diff options
| author | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2024-07-02 10:40:06 +0700 |
|---|---|---|
| committer | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2024-07-02 10:40:06 +0700 |
| commit | 556cbc1e5ea1c1ef0170c9a1b8f470a3d92d888e (patch) | |
| tree | 61677a0ba6b76412ec3af0d0a2e91babe0d8cf5d /src-migrate/pages/shop/cart/index.tsx | |
| parent | d1f70e37fdea0d677cedccec9effdbeeb91656aa (diff) | |
IS SO APPROVAL
Diffstat (limited to 'src-migrate/pages/shop/cart/index.tsx')
| -rw-r--r-- | src-migrate/pages/shop/cart/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-migrate/pages/shop/cart/index.tsx b/src-migrate/pages/shop/cart/index.tsx index e101b5ad..d89707d2 100644 --- a/src-migrate/pages/shop/cart/index.tsx +++ b/src-migrate/pages/shop/cart/index.tsx @@ -110,7 +110,7 @@ const CartPage = () => { <CartSummary {...summary} isLoaded={!!cart} /> )} - <div className={style['summary-buttons'] + isStepApproval ? '!grid-cols-1 mt-4' : ''}> + <div className={isStepApproval ? style['summary-buttons-step-approval'] : style['summary-buttons'] }> <Tooltip label={ hasSelectedPromo && |
