From 0a81d9c39b3fd9f05e0f6a171027ee1c2b1ebf12 Mon Sep 17 00:00:00 2001
From: Erb3 <49862976+Erb3@users.noreply.github.com>
Date: Fri, 10 Jan 2025 17:24:05 +0100
Subject: [PATCH] chore: run lint (#3140)
* chore: run lint
* fix: whoops messed up lint
---
apps/frontend/src/pages/[type]/[id].vue | 60 +++++++++++-----------
apps/labrinth/src/routes/internal/admin.rs | 2 +-
2 files changed, 31 insertions(+), 31 deletions(-)
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 @@