dark theme fixes

This commit is contained in:
2025-11-18 00:21:33 +03:00
parent 97268a78c7
commit 7769da2c29
20 changed files with 75 additions and 60 deletions

View File

@@ -30,7 +30,6 @@ export const GiftDetails = () => {
(giftDetailsData: GiftDetailsType) => {
try {
dispatch(updateGiftDetails(giftDetailsData));
console.log("Gift details saved to Redux store:", giftDetailsData);
} catch (error) {
console.error("Failed to parse location data:", error);
}