We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46e0c0c commit d08ca07Copy full SHA for d08ca07
web/src/components/DisputePreview/Alias.tsx
@@ -5,9 +5,6 @@ import Skeleton from "react-loading-skeleton";
5
import { isAddress } from "viem";
6
import { useEnsAddress } from "wagmi";
7
8
-import { Alias } from "context/NewDisputeContext";
9
-import { isUndefined } from "utils/index";
10
-
11
import { AddressOrName, IdenticonOrAvatar } from "../ConnectWallet/AccountDisplay";
12
13
const AliasContainer = styled.div`
0 commit comments