diff options
| author | Max Nanis | 2025-06-09 19:12:44 +0700 |
|---|---|---|
| committer | Max Nanis | 2025-06-09 19:12:44 +0700 |
| commit | 897e93b3a6596d25c19fe0a3579d9cd4c9ea66e7 (patch) | |
| tree | e9adf209e4cf9061b3ac383c8d13c2ded0203daf /src/models/walletSlice.ts | |
| parent | 74890e251dee3e0f195583431cb48b9f3a58ecc9 (diff) | |
| download | panel-ui-897e93b3a6596d25c19fe0a3579d9cd4c9ea66e7.tar.gz panel-ui-897e93b3a6596d25c19fe0a3579d9cd4c9ea66e7.zip | |
Debugging reducer logic for Upk and Marketplace Answers, along with Upk global definitions
Diffstat (limited to 'src/models/walletSlice.ts')
| -rw-r--r-- | src/models/walletSlice.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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({ |
