Skip to content

Commit

Permalink
fix: resolved issue from oscar
Browse files Browse the repository at this point in the history
  • Loading branch information
eniolam1000752 committed Aug 10, 2023
1 parent f1a0d31 commit 193b0f4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/modules/transaction/components/TxComposer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ import { useCurrentAccount } from '@account/hooks';
import Box from 'src/theme/box';
import BoxFooter from 'src/theme/box/footer';
import TransactionPriority from '@transaction/components/TransactionPriority';
import {
fromTransactionJSON,
joinModuleAndCommand,
splitModuleAndCommand,
} from '@transaction/utils';
import { dryRun } from '@transaction/api';
import { getTotalSpendingAmount } from '@transaction/utils/transaction';
import { convertFromBaseDenom } from '@token/fungible/utils/helpers';
import { useDeprecatedAccount } from '@account/hooks/useDeprecatedAccount';
Expand All @@ -18,8 +24,6 @@ import { useCommandSchema } from 'src/modules/network/hooks';
import useSettings from 'src/modules/settings/hooks/useSettings';
import Feedback from './Feedback';
import { getFeeStatus } from '../../utils/helpers';
import { fromTransactionJSON, joinModuleAndCommand, splitModuleAndCommand } from '../../utils';
import { dryRun } from '../../api';
import { TransactionExecutionResult } from '../../constants';
import { MODULE_COMMANDS_NAME_MAP } from '../../configuration/moduleCommand';

Expand Down

0 comments on commit 193b0f4

Please sign in to comment.