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]
Этот коммит содержится в:
gpt-engineer-app[bot] 2025-01-14 15:43:21 +00:00
родитель 3621e3d87a
Коммит ca07845b7f

Просмотреть файл

@ -361,7 +361,12 @@ const Index = () => {
</CardHeader> </CardHeader>
<CardContent className="space-y-6"> <CardContent className="space-y-6">
<div className="bg-gray-800/30 p-6 rounded-md border border-gray-700"> <div className="bg-gray-800/30 p-6 rounded-md border border-gray-700">
<MetricsDisplay choices={previousChoices} className="pl-0" /> <h3 className="text-yellow-500 font-semibold mb-4">{t('analysis.metricsUpdate')}</h3>
<MetricsDisplay
choices={previousChoices}
showTitle={false}
className="pl-0"
/>
</div> </div>
<div> <div>