Преглед на файлове

Small bug fix for last commit

Kristian Vos преди 4 години
родител
ревизия
b9c37bb41a
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      frontend/src/components/modals/EditStation.vue

+ 0 - 1
frontend/src/components/modals/EditStation.vue

@@ -652,7 +652,6 @@ export default {
 				this.originalStation.type === "community" &&
 				this.originalStation.partyMode !== this.station.partyMode;
 			const playModeChanged =
-				this.originalStation.type === "community" &&
 				this.originalStation.playMode !== this.station.playMode;
 			const queueLockChanged =
 				this.originalStation.type === "community" &&