diff --git a/src/ui/WorkInProgressRoot.tsx b/src/ui/WorkInProgressRoot.tsx index f14cc5ef5..c10cb152e 100644 --- a/src/ui/WorkInProgressRoot.tsx +++ b/src/ui/WorkInProgressRoot.tsx @@ -392,7 +392,6 @@ export function WorkInProgressRoot(): React.ReactElement { title: `You are attempting to ${player.crimeType}`, progress: { - elapsed: player.timeWorked, remaining: player.timeNeededToCompleteWork - player.timeWorked, percentage: completion, },