eslint; remove unused tags import
This commit is contained in:
parent
2b13085dff
commit
b517f7cfa7
|
@ -16,7 +16,6 @@ import { ShareEmbedButton } from '../share-embed-button'
|
|||
import { Title } from '../title'
|
||||
import { TweetButton } from '../tweet-button'
|
||||
import { InfoTooltip } from '../info-tooltip'
|
||||
import { TagsInput } from 'web/components/tags-input'
|
||||
import { DuplicateContractButton } from '../copy-contract-button'
|
||||
|
||||
export const contractDetailsButtonClassName =
|
||||
|
@ -141,10 +140,6 @@ export function ContractInfoDialog(props: { contract: Contract; bets: Bet[] }) {
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
{/* <div>Tags</div>
|
||||
<TagsInput contract={contract} />
|
||||
<div /> */}
|
||||
|
||||
{contract.mechanism === 'cpmm-1' && !contract.resolution && (
|
||||
<LiquidityPanel contract={contract} />
|
||||
)}
|
||||
|
|
Loading…
Reference in New Issue
Block a user