diff --git a/apps/frontend/src/pages/[type]/[id].vue b/apps/frontend/src/pages/[type]/[id].vue
index 5a3afd6e8..fa7b79a25 100644
--- a/apps/frontend/src/pages/[type]/[id].vue
+++ b/apps/frontend/src/pages/[type]/[id].vue
@@ -275,7 +275,7 @@
(versionFilter && x.includes(versionFilter)) ||
@@ -284,21 +284,21 @@
)
.slice()
.reverse()"
- :key="version"
- :color="currentGameVersion === version ? 'brand' : 'standard'"
+ :key="gameVersion"
+ :color="currentGameVersion === gameVersion ? 'brand' : 'standard'"
>
@@ -785,31 +785,31 @@