Skip to content

Commit

Permalink
Relocate ApprovalTagUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
OGPoyraz committed Jul 24, 2024
1 parent 2593372 commit fedd1a4
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React from 'react';
import renderWithProvider from '../../../../../util/test/renderWithProvider';
import ApproveTransactionHeader from '.';
import { backgroundState } from '../../../../../util/test/initial-root-state';
import { APPROVAL_TAG_URL_ORIGIN_PILL } from '../../../../UI/ApprovalTagUrl';
import { APPROVAL_TAG_URL_ORIGIN_PILL } from '../ApprovalTagUrl';
import { createMockAccountsControllerState } from '../../../../../util/test/accountsControllerTestUtils';

const MOCK_ADDRESS_1 = '0xC4955C0d639D99699Bfd7Ec54d9FaFEe40e4D272';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import {
import stylesheet from './ApproveTransactionHeader.styles';
import { ApproveTransactionHeaderI } from './ApproveTransactionHeader.types';
import { selectInternalAccounts } from '../../../../../selectors/accountsController';
import ApprovalTagUrl from '../../../../UI/ApprovalTagUrl';
import ApprovalTagUrl from '../ApprovalTagUrl';

const ApproveTransactionHeader = ({
from,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ import {
} from '../../../../../util/transactions';
import { WALLET_CONNECT_ORIGIN } from '../../../../../util/walletconnect';
import AccountFromToInfoCard from '../../../../UI/AccountFromToInfoCard';
import ApprovalTagUrl from '../../../../UI/ApprovalTagUrl';
import ApprovalTagUrl from '../ApprovalTagUrl';
import ActionView, { ConfirmButtonState } from '../../../../UI/ActionView';
import QRSigningDetails from '../../../../UI/QRHardware/QRSigningDetails';
import withQRHardwareAwareness from '../../../../UI/QRHardware/withQRHardwareAwareness';
Expand Down

0 comments on commit fedd1a4

Please sign in to comment.