Skip to content

Commit

Permalink
[Issue-815] Update FreeBalance UI for send fund
Browse files Browse the repository at this point in the history
  • Loading branch information
lw-cdm authored and dominhquang committed Aug 1, 2023
1 parent c1f2275 commit e65c64e
Show file tree
Hide file tree
Showing 5 changed files with 232 additions and 160 deletions.
2 changes: 1 addition & 1 deletion src/hooks/screen/Transaction/useTransactionV2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const useTransaction = <T extends TransactionFormValues = TransactionForm
}, [action]);

const title = useMemo(() => {
return TRANSACTION_TITLE_MAP[transactionType];
return TRANSACTION_TITLE_MAP()[transactionType];
}, [transactionType]);

const form = useForm<T, TContext>({
Expand Down
Loading

0 comments on commit e65c64e

Please sign in to comment.