diff --git a/packages/mask/src/extension/options-page/DashboardComponents/CollectibleList/index.tsx b/packages/mask/src/extension/options-page/DashboardComponents/CollectibleList/index.tsx index 18854f54afee..c3bcccfe6b19 100644 --- a/packages/mask/src/extension/options-page/DashboardComponents/CollectibleList/index.tsx +++ b/packages/mask/src/extension/options-page/DashboardComponents/CollectibleList/index.tsx @@ -21,7 +21,7 @@ import { WalletMessages } from '@masknet/plugin-wallet' import { CollectionIcon } from './CollectionIcon' import { uniqBy } from 'lodash-unified' import KeyboardArrowDownIcon from '@mui/icons-material/KeyboardArrowDown' -import { ReverseAddress } from '@masknet/shared' +import { ReversedAddress } from '@masknet/shared' export const CollectibleContext = createContext<{ collectiblesRetry: () => void @@ -301,7 +301,7 @@ export function CollectionList({ className={classes.button} variant="outlined" size="small"> - + @@ -330,7 +330,7 @@ export function CollectionList({ diff --git a/packages/mask/src/plugins/Avatar/SNSAdaptor/NFTAvatar.tsx b/packages/mask/src/plugins/Avatar/SNSAdaptor/NFTAvatar.tsx index 8ed966851826..ab5233b8f5c1 100644 --- a/packages/mask/src/plugins/Avatar/SNSAdaptor/NFTAvatar.tsx +++ b/packages/mask/src/plugins/Avatar/SNSAdaptor/NFTAvatar.tsx @@ -17,7 +17,7 @@ import { EthereumChainBoundary } from '../../../web3/UI/EthereumChainBoundary' import { AddNFT } from './AddNFT' import { NFTImage } from './NFTImage' import { useAccount, useWeb3State } from '@masknet/plugin-infra' -import { ReverseAddress } from '@masknet/shared' +import { ReversedAddress } from '@masknet/shared' const useStyles = makeStyles()((theme) => ({ root: {}, @@ -143,7 +143,7 @@ export function NFTAvatar(props: NFTAvatarProps) { {account ? ( - {t('nft_wallet_label')}: + {t('nft_wallet_label')}: {!hideWallet ? (