We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dbc31c3 + cc27f2b commit af8786eCopy full SHA for af8786e
src/components/stats/StatsShow.jsx
@@ -1,6 +1,5 @@
1
import React, { Component } from "react";
2
import { withTranslation } from "react-i18next";
3
-import prettyMilliseconds from "pretty-ms";
4
5
/**
6
* Component to show the stats data
@@ -79,7 +78,9 @@ class StatsShow extends Component {
79
78
</div>
80
<div className="stat">
81
Reward elegibility
82
- <div className="stat-data">{statsData.mn_stats.reward_eligble}</div>
+ <div className="stat-data">
+ {statsData.mn_stats.reward_eligble}
83
+ </div>
84
85
86
SentryNodes
0 commit comments