dark theme fixes
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user