remove tags from info panel

This commit is contained in:
mantikoros 2022-07-19 23:48:09 -05:00
parent bacd546e5d
commit 83e9408d69

View File

@ -141,9 +141,10 @@ export function ContractInfoDialog(props: { contract: Contract; bets: Bet[] }) {
</tbody>
</table>
<div>Tags</div>
{/* <div>Tags</div>
<TagsInput contract={contract} />
<div />
<div /> */}
{contract.mechanism === 'cpmm-1' && !contract.resolution && (
<LiquidityPanel contract={contract} />
)}