Skip to content

Commit

Permalink
Auto-prettification
Browse files Browse the repository at this point in the history
  • Loading branch information
mantikoros authored and github-actions[bot] committed Dec 12, 2024
1 parent f612c15 commit 63350e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web/components/contract/contract-mention.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export function ContractMention(props: {
<span className="break-anywhere text-ink-900 group-hover:text-primary-500 group-focus:text-primary-500 mr-0.5 whitespace-normal font-medium transition-colors">
{contract.question}
</span>

{contract.outcomeType === 'BINARY' && (
<span
className={clsx(
Expand All @@ -38,7 +37,6 @@ export function ContractMention(props: {
<ContractStatusLabel contract={contract} />
</span>
)}

{!contract.resolution && probChange && (
<span className="text-ink-500 ml-0.5 text-xs">{probChange}</span>
)}
Expand Down

0 comments on commit 63350e6

Please sign in to comment.