Show answer # when resolving
This commit is contained in:
parent
7274875c12
commit
9220c781bb
|
@ -68,7 +68,7 @@ export function AnswerItem(props: {
|
|||
</Row>
|
||||
</SiteLink>
|
||||
{/* TODO: Show total pool? */}
|
||||
<div className="text-base">#{number}</div>
|
||||
<div className="text-base">{showChoice && '#' + number}</div>
|
||||
</Row>
|
||||
</Col>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user