From 897e93b3a6596d25c19fe0a3579d9cd4c9ea66e7 Mon Sep 17 00:00:00 2001 From: Max Nanis Date: Mon, 9 Jun 2025 19:12:44 +0700 Subject: Debugging reducer logic for Upk and Marketplace Answers, along with Upk global definitions --- src/models/walletSlice.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/models/walletSlice.ts') diff --git a/src/models/walletSlice.ts b/src/models/walletSlice.ts index 83eda62..9a2dd0c 100644 --- a/src/models/walletSlice.ts +++ b/src/models/walletSlice.ts @@ -3,7 +3,7 @@ import {createSlice, PayloadAction} from '@reduxjs/toolkit' import {UserWalletBalance} from "@/api"; -const initialState: UserWalletBalance = {}; +const initialState: UserWalletBalance = {} as UserWalletBalance; const walletSlice = createSlice({ -- cgit v1.2.3