зеркало из
https://github.com/kodackx/disinformation-quest.git
synced 2025-10-29 12:46:03 +02:00
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]
Этот коммит содержится в:
родитель
3621e3d87a
Коммит
ca07845b7f
@ -361,7 +361,12 @@ const Index = () => {
|
||||
</CardHeader>
|
||||
<CardContent className="space-y-6">
|
||||
<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>
|
||||
|
||||
Загрузка…
x
Ссылка в новой задаче
Block a user