fixed some cart style
This commit is contained in:
@@ -323,9 +323,9 @@ const CartPage = () => {
|
||||
const handleEmptyCartConfirm = async () => {
|
||||
try {
|
||||
await cleanCart().unwrap();
|
||||
// ✅ RTK Query otomatik cache'i güncelleyecek
|
||||
|
||||
// ✅ Local state'i temizle
|
||||
|
||||
|
||||
setLocalQuantities({});
|
||||
setPendingQuantities({});
|
||||
setCheckoutStores({});
|
||||
@@ -409,7 +409,7 @@ const CartPage = () => {
|
||||
}}
|
||||
/>
|
||||
) : (
|
||||
<div style={{background:"white"}}>
|
||||
<div style={{background:"white", width: "100%"}}>
|
||||
<div className={styles.storeHeader}>
|
||||
<h3>{store.name}</h3>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user