From b8cb5f09915e9ae27625fedc34c90ee106c17c49 Mon Sep 17 00:00:00 2001 From: nickofolas Date: Tue, 3 May 2022 15:27:41 -0500 Subject: [PATCH] Remove elapsed from crime WIP --- src/ui/WorkInProgressRoot.tsx | 1 - 1 file changed, 1 deletion(-) 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, },