Skip to content

Commit

Permalink
add tron to SteemMarket.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
gl2748 committed Apr 16, 2020
1 parent 91f4fb4 commit 4657b01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/components/elements/SteemMarket.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ class SteemMarket extends Component {
const topCoins = steemMarketData.get('top_coins');
const steem = steemMarketData.get('steem');
const sbd = steemMarketData.get('sbd');
const trom = steemMarketData.get('tron');

return (
<div className="c-sidebar__module">
Expand All @@ -156,6 +157,7 @@ class SteemMarket extends Component {
/>
))}
<Coin coin={sbd} color="#09d6a8" />
<Coin coin={tron} color="#09d6a8" />
</div>
</div>
</div>
Expand Down

0 comments on commit 4657b01

Please sign in to comment.