Zmiany w wyglądzie filtrów, responsywność

This commit is contained in:
2020-07-08 14:27:25 +02:00
parent fbda6b73ac
commit 5386887076
5 changed files with 178 additions and 151 deletions
+1
View File
@@ -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;