fixed some cart style

This commit is contained in:
Jelaletdin12
2025-12-24 13:25:21 +05:00
parent 9d95438ab2
commit a143c2e18b
3 changed files with 50 additions and 5 deletions

View File

@@ -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>