Skip to content

Commit

Permalink
fix(btc): fix missing code fences
Browse files Browse the repository at this point in the history
  • Loading branch information
ccharly committed Jul 10, 2024
1 parent eb4ea27 commit 716861e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ import {
import { getEnvironmentType } from '../../../../app/scripts/lib/util';
import { ENVIRONMENT_TYPE_POPUP } from '../../../../shared/constants/app';
import { getAccountLabel } from '../../../helpers/utils/accounts';
///: BEGIN:ONLY_INCLUDE_IF(build-flask)
import { hasCreatedBtcMainnetAccount } from '../../../selectors/accounts';
///: END:ONLY_INCLUDE_IF
import { HiddenAccountList } from './hidden-account-list';

const ACTION_MODES = {
Expand Down

0 comments on commit 716861e

Please sign in to comment.