Fix farmer display bug
This commit is contained in:
parent
8c26d3db0c
commit
58cc5eb21a
|
@ -650,7 +650,7 @@ const Farmer = props => {
|
|||
}
|
||||
}
|
||||
}
|
||||
if (totalChia !== totalChiaFarmed && !didMount) {
|
||||
if (totalChia !== totalChiaFarmed) {
|
||||
setTotalChiaFarmed(totalChia);
|
||||
setBiggestHeight(biggestHeight);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue