diff --git a/src/components/RoundViewer.js b/src/components/RoundViewer.js index bc8492e..dbe3467 100644 --- a/src/components/RoundViewer.js +++ b/src/components/RoundViewer.js @@ -51,7 +51,7 @@ const Round = (obj) => {
{ - obj.round.mintableTokens ? + obj.round.mintableTokens && obj.round.mintableTokens > 0 ?Has {obj.round.mintableTokens.toFixed(2)} mintable tokens @@ -59,7 +59,7 @@ const Round = (obj) => {
A volume of {obj.round.volumeEth.toFixed(2)} Eth ({obj.round.volumeUsd.toFixed(2)}$) @@ -67,7 +67,7 @@ const Round = (obj) => {
A total supply of {obj.round.totalSupply.toFixed(2)} LPT, of which {obj.round.totalActiveStake.toFixed(2)} is staked ({(obj.round.participationRate * 100).toFixed(2)}%) @@ -75,7 +75,7 @@ const Round = (obj) => {
{obj.round.newStake.toFixed(2)} LPT new stake @@ -83,7 +83,7 @@ const Round = (obj) => {
{obj.round.movedStake.toFixed(2)} LPT stake moved around