From 61a2d00b2e2e74550b6e7ec8155dfe4822afe87a Mon Sep 17 00:00:00 2001 From: Cameron Horn Date: Tue, 3 Feb 2026 14:17:25 -0500 Subject: [PATCH] also plural form of ageRatings --- frontend/src/components/Details/Info/GameInfo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/Details/Info/GameInfo.vue b/frontend/src/components/Details/Info/GameInfo.vue index a1cbfe5b0..bcada551b 100644 --- a/frontend/src/components/Details/Info/GameInfo.vue +++ b/frontend/src/components/Details/Info/GameInfo.vue @@ -258,7 +258,7 @@ function getFilterValues(path: string): string[] { height="50" width="50" class="mr-4 cursor-pointer" - @click="onFilterClick('ageRating', value.rating)" + @click="onFilterClick('ageRatings', value.rating)" />