Skip to content

Commit c3e658d

Browse files
committed
Fix type
1 parent ffd295f commit c3e658d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/mobile-app/data/facades/wallet/handlers.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ export const walletHandlers = f.facade<WalletHandlers>({
214214
burns: [],
215215
mints: [],
216216
spends: [],
217-
type: txn.transactionType,
217+
type: txn.type,
218218
};
219219
},
220220
),
@@ -271,7 +271,7 @@ export const walletHandlers = f.facade<WalletHandlers>({
271271
burns: [],
272272
mints: [],
273273
spends: [],
274-
type: txn.transactionType,
274+
type: txn.type,
275275
}));
276276
},
277277
),

0 commit comments

Comments
 (0)