Fix farmer display bug

This commit is contained in:
Mariano Sorgente 2020-09-15 20:14:25 +09:00 committed by wjblanke
parent 8c26d3db0c
commit 58cc5eb21a
1 changed files with 1 additions and 1 deletions

View File

@ -650,7 +650,7 @@ const Farmer = props => {
} }
} }
} }
if (totalChia !== totalChiaFarmed && !didMount) { if (totalChia !== totalChiaFarmed) {
setTotalChiaFarmed(totalChia); setTotalChiaFarmed(totalChia);
setBiggestHeight(biggestHeight); setBiggestHeight(biggestHeight);
} }