Explorar el Código

Small bug fix for last commit

Kristian Vos hace 4 años
padre
commit
b9c37bb41a
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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" &&