diff --git a/frontend/src/stores/roms.ts b/frontend/src/stores/roms.ts index 33652f89e..09be395ce 100644 --- a/frontend/src/stores/roms.ts +++ b/frontend/src/stores/roms.ts @@ -124,8 +124,8 @@ export default defineStore("roms", { if (galleryFilter.selectedCollection) { this.filterCollection(galleryFilter.selectedCollection); } - if (galleryFilter.selectedCollection) { - this.filterCompany(galleryFilter.selectedCollection); + if (galleryFilter.selectedCompany) { + this.filterCompany(galleryFilter.selectedCompany); } }, filterUnmatched() {