Skip to content

Commit

Permalink
test: some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
molecula451 committed Oct 14, 2023
1 parent a28ef64 commit 78cb644
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/dapp/components/monitor/price-monitor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import NAMED_ACCOUNTS from "../config/named-accounts.json";
import { formatEther, formatMwei } from "@/lib/format";
import useNamedContracts from "../lib/hooks/contracts/use-named-contracts";
import useManagerManaged from "../lib/hooks/contracts/use-manager-managed";
// import Address from "./ui/Address";
import PriceExchange from "./ui/price-exchange";

type State = null | PriceMonitorProps;
Expand Down

0 comments on commit 78cb644

Please sign in to comment.