We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddd3d39 commit 505879cCopy full SHA for 505879c
apps/desktop/src/renderer/src/queries/wallet.tsx
@@ -91,7 +91,7 @@ export const useClaimWalletDailyRewardMutation = () => {
91
92
return useMutation({
93
mutationKey: ["claimWalletDailyReward"],
94
- mutationFn: ({ tokenV2, tokenV3 }: { tokenV2?: string; tokenV3?: string }) =>
+ mutationFn: ({ tokenV2, tokenV3 }: { tokenV2?: string | null; tokenV3?: string | null }) =>
95
apiClient.wallets.transactions.claim_daily.$post(
96
{ json: {} },
97
{
0 commit comments