mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Fix typo: detetcted-tokens-link -> detected-tokens-link (#18408)
This commit is contained in:
parent
baee6f185c
commit
a816a6e592
@ -386,9 +386,9 @@
|
|||||||
"ui/components/app/asset-list-item/asset-list-item.js",
|
"ui/components/app/asset-list-item/asset-list-item.js",
|
||||||
"ui/components/app/asset-list-item/index.js",
|
"ui/components/app/asset-list-item/index.js",
|
||||||
"ui/components/app/asset-list/asset-list.js",
|
"ui/components/app/asset-list/asset-list.js",
|
||||||
"ui/components/app/asset-list/detetcted-tokens-link/detected-tokens-link.js",
|
"ui/components/app/asset-list/detected-tokens-link/detected-tokens-link.js",
|
||||||
"ui/components/app/asset-list/detetcted-tokens-link/detected-tokens-link.stories.js",
|
"ui/components/app/asset-list/detected-tokens-link/detected-tokens-link.stories.js",
|
||||||
"ui/components/app/asset-list/detetcted-tokens-link/detected-tokens-link.test.js",
|
"ui/components/app/asset-list/detected-tokens-link/detected-tokens-link.test.js",
|
||||||
"ui/components/app/asset-list/index.js",
|
"ui/components/app/asset-list/index.js",
|
||||||
"ui/components/app/cancel-button/cancel-button.js",
|
"ui/components/app/cancel-button/cancel-button.js",
|
||||||
"ui/components/app/cancel-button/index.js",
|
"ui/components/app/cancel-button/index.js",
|
||||||
|
@ -93,7 +93,7 @@
|
|||||||
@import 'advanced-gas-fee-popover/advanced-gas-fee-input-subtext/index';
|
@import 'advanced-gas-fee-popover/advanced-gas-fee-input-subtext/index';
|
||||||
@import 'advanced-gas-fee-popover/advanced-gas-fee-defaults/index';
|
@import 'advanced-gas-fee-popover/advanced-gas-fee-defaults/index';
|
||||||
@import 'currency-input/index';
|
@import 'currency-input/index';
|
||||||
@import 'asset-list/detetcted-tokens-link/index';
|
@import 'asset-list/detected-tokens-link/index';
|
||||||
@import 'detected-token/detected-token-address/index';
|
@import 'detected-token/detected-token-address/index';
|
||||||
@import 'detected-token/detected-token-aggregators/index';
|
@import 'detected-token/detected-token-aggregators/index';
|
||||||
@import 'detected-token/detected-token-values/index';
|
@import 'detected-token/detected-token-values/index';
|
||||||
|
@ -35,7 +35,7 @@ import {
|
|||||||
MultichainImportTokenLink,
|
MultichainImportTokenLink,
|
||||||
} from '../../multichain';
|
} from '../../multichain';
|
||||||
import { Text } from '../../component-library';
|
import { Text } from '../../component-library';
|
||||||
import DetectedTokensLink from './detetcted-tokens-link/detected-tokens-link';
|
import DetectedTokensLink from './detected-tokens-link/detected-tokens-link';
|
||||||
|
|
||||||
const AssetList = ({ onClickAsset }) => {
|
const AssetList = ({ onClickAsset }) => {
|
||||||
const t = useI18nContext();
|
const t = useI18nContext();
|
||||||
|
Loading…
Reference in New Issue
Block a user