diff --git a/web/components/contract/contract-details.tsx b/web/components/contract/contract-details.tsx index f0f24eae..bb89c69d 100644 --- a/web/components/contract/contract-details.tsx +++ b/web/components/contract/contract-details.tsx @@ -122,140 +122,172 @@ export function ContractDetails(props: { const { volumeLabel, resolvedDate } = contractMetrics(contract) const user = useUser() const isCreator = user?.id === creatorId - const [open, setOpen] = useState(false) const { width } = useWindowSize() const isMobile = (width ?? 0) < 600 + + return ( +