mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Zmiany w wyglądzie filtrów, responsywność
This commit is contained in:
@@ -196,6 +196,7 @@ class Store extends VuexModule {
|
||||
public filterStations() {
|
||||
this.filteredStations = this.stations.filter(station => {
|
||||
|
||||
|
||||
if ((station.nonPublic || !station.reqLevel) && this.filters['nonPublic']) return false;
|
||||
if (!station.reqLevel) return true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user