Owen Diffey 3 лет назад
Родитель
Сommit
d9de8f6415
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      frontend/src/components/modals/ManageStation/index.vue

+ 1 - 1
frontend/src/components/modals/ManageStation/index.vue

@@ -239,7 +239,7 @@ export default {
 				if (this.isOwnerOrAdmin()) this.showTab("settings");
 				else this.closeModal("manageStation");
 			}
-		},
+		}
 	},
 	mounted() {
 		this.socket.dispatch(`stations.getStationById`, this.stationId, res => {