diff --git a/src/ui/WorkInProgressRoot.tsx b/src/ui/WorkInProgressRoot.tsx index db5b9e721..3dcb3c92a 100644 --- a/src/ui/WorkInProgressRoot.tsx +++ b/src/ui/WorkInProgressRoot.tsx @@ -179,11 +179,15 @@ export function WorkInProgressRoot(): React.ReactElement { ), gains: [ - - - () - - , + player.workMoneyGained > 0 ? ( + + + () + + + ) : ( + <> + ), (