From 059cd2ad1838fefe0d4483451dc91367de7a153e Mon Sep 17 00:00:00 2001 From: Toni Barth Date: Thu, 11 Apr 2024 11:42:07 +0200 Subject: [PATCH] show packs in hits overview on game route --- client/src/pages/game.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/client/src/pages/game.tsx b/client/src/pages/game.tsx index 9787c12..ea639bd 100644 --- a/client/src/pages/game.tsx +++ b/client/src/pages/game.tsx @@ -332,6 +332,11 @@ export function Game() { {t("artist")} {t("title")} {t("year")} + + {t("pack", { + count: 1, + })} + @@ -351,6 +356,9 @@ export function Game() { {h.year} + + {h.pack} + ))}