From 83e9408d6958a957ee29508b359f69775b4f437d Mon Sep 17 00:00:00 2001 From: mantikoros Date: Tue, 19 Jul 2022 23:48:09 -0500 Subject: [PATCH] remove tags from info panel --- web/components/contract/contract-info-dialog.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web/components/contract/contract-info-dialog.tsx b/web/components/contract/contract-info-dialog.tsx index b5ecea15..81ef59c4 100644 --- a/web/components/contract/contract-info-dialog.tsx +++ b/web/components/contract/contract-info-dialog.tsx @@ -141,9 +141,10 @@ export function ContractInfoDialog(props: { contract: Contract; bets: Bet[] }) { -
Tags
+ {/*
Tags
-
+
*/} + {contract.mechanism === 'cpmm-1' && !contract.resolution && ( )}