Water Level:
@@ -239,7 +237,8 @@ const PlotInfoModal: React.FC
= ({ plot, onClose }) => {
Growth Progress:
{formatPercentage(
- plot.current.progress / CROPS[plot.current.cropId].growthTicks,
+ plot.current.progress /
+ CROPS[plot.current.cropId].growthTicks,
)}