From 0791f7724738868e06f7b49943a229f5bc6bc946 Mon Sep 17 00:00:00 2001 From: Marshall Polaris Date: Thu, 1 Sep 2022 14:56:02 -0700 Subject: [PATCH] Kill dead code --- web/components/contract/contract-details.tsx | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/web/components/contract/contract-details.tsx b/web/components/contract/contract-details.tsx index 8edf9299..26c2d3c2 100644 --- a/web/components/contract/contract-details.tsx +++ b/web/components/contract/contract-details.tsx @@ -116,25 +116,6 @@ export function AvatarDetails(props: { ) } -export function AbbrContractDetails(props: { - contract: Contract - showHotVolume?: boolean - showTime?: ShowTime -}) { - const { contract, showHotVolume, showTime } = props - return ( - - - - - - ) -} - export function ContractDetails(props: { contract: Contract disabled?: boolean