diff --git a/src/components/WinnerMonth.js b/src/components/WinnerMonth.js
index e7b5534..8b07f0f 100644
--- a/src/components/WinnerMonth.js
+++ b/src/components/WinnerMonth.js
@@ -394,7 +394,7 @@ const WinnerMonth = (obj) => {
{obj.data.reactivationCount ?
-
@@ -405,17 +405,26 @@ const WinnerMonth = (obj) => {
: null
}
+ {(obj.data.latestCommission && obj.data.latestCommission.length) ?
+
: null}
+
{obj.data.bondCount ?
: null
@@ -425,7 +434,7 @@ const WinnerMonth = (obj) => {
: null
@@ -435,7 +444,7 @@ const WinnerMonth = (obj) => {
: null
@@ -444,8 +453,8 @@ const WinnerMonth = (obj) => {
{obj.data.claimCount ?
: null
@@ -454,8 +463,8 @@ const WinnerMonth = (obj) => {
{obj.data.withdrawStakeCount ?
: null
@@ -464,8 +473,8 @@ const WinnerMonth = (obj) => {
{obj.data.withdrawFeesCount ?
: null
@@ -475,7 +484,7 @@ const WinnerMonth = (obj) => {
: null
@@ -494,8 +503,8 @@ const WinnerMonth = (obj) => {
{obj.data.winningTicketsRedeemedCount ?
: null
diff --git a/src/components/eventButton.js b/src/components/eventButton.js
index 4c223c7..d52286c 100644
--- a/src/components/eventButton.js
+++ b/src/components/eventButton.js
@@ -32,7 +32,7 @@ const EventButton = (obj) => {
eventColour = updateColour;
} else if (obj.type == "reward") {
eventCaller = obj.eventObj.address;
- eventDescription =
eventColour = rewardColour;
@@ -46,14 +46,14 @@ const EventButton = (obj) => {
eventColour = claimColour;
} else if (obj.type == "withdrawStake") {
eventCaller = obj.eventObj.address;
- eventDescription =
eventColour = withdrawStakeColour;
} else if (obj.type == "withdrawFees") {
eventCaller = obj.eventObj.address;
- eventDescription =
eventColour = withdrawStakeColour;