From 157907aa1903591b1710644bf2b955ae6170d27b Mon Sep 17 00:00:00 2001 From: Georges-Antoine Assi Date: Fri, 7 Feb 2025 00:23:10 -0500 Subject: [PATCH] also hide the fav button --- frontend/src/components/common/Game/Card/Base.vue | 2 +- frontend/src/components/common/Game/Card/Flags.vue | 2 +- frontend/src/components/common/Game/FavBtn.vue | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/common/Game/Card/Base.vue b/frontend/src/components/common/Game/Card/Base.vue index adc014c5f..bbf63b708 100644 --- a/frontend/src/components/common/Game/Card/Base.vue +++ b/frontend/src/components/common/Game/Card/Base.vue @@ -9,7 +9,7 @@ import storeCollections from "@/stores/collections"; import storeDownload from "@/stores/download"; import storeGalleryView from "@/stores/galleryView"; import storeRoms from "@/stores/roms"; -import { type SimpleRom } from "@/stores/roms.js"; +import { type SimpleRom } from "@/stores/roms"; import { computed } from "vue"; import { getMissingCoverImage, getUnmatchedCoverImage } from "@/utils/covers"; diff --git a/frontend/src/components/common/Game/Card/Flags.vue b/frontend/src/components/common/Game/Card/Flags.vue index 96017fc3f..a379c2d86 100644 --- a/frontend/src/components/common/Game/Card/Flags.vue +++ b/frontend/src/components/common/Game/Card/Flags.vue @@ -1,6 +1,6 @@