Преглед изворни кода

fix: Very minor eslint fix

Owen Diffey пре 3 година
родитељ
комит
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 => {