Include USD value for open bounties view items
This commit is contained in:
parent
92b51251c0
commit
e1e0be115c
|
@ -24,7 +24,8 @@
|
||||||
[:div.content
|
[:div.content
|
||||||
[:div.header.display-name full-repo]
|
[:div.header.display-name full-repo]
|
||||||
[:div.description
|
[:div.description
|
||||||
issue-link]
|
issue-link
|
||||||
|
(str " (USD " value-usd ")")]
|
||||||
[:div.footer-row
|
[:div.footer-row
|
||||||
(for [[tla balance] (merge tokens {:ETH balance-eth})]
|
(for [[tla balance] (merge tokens {:ETH balance-eth})]
|
||||||
[:div.balance-badge
|
[:div.balance-badge
|
||||||
|
|
Loading…
Reference in New Issue