From ca07845b7f4f9765ba1639270f3e9335444a3548 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 15:43:21 +0000 Subject: [PATCH] Fix metrics display in debrief Ensure that the metrics are correctly displayed on the post-choice debrief screen after a choice is made in the game. [skip gpt_engineer] --- src/pages/Index.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/pages/Index.tsx b/src/pages/Index.tsx index 6410f5f..2842ef3 100644 --- a/src/pages/Index.tsx +++ b/src/pages/Index.tsx @@ -361,7 +361,12 @@ const Index = () => {
- +

{t('analysis.metricsUpdate')}

+