Pārlūkot izejas kodu

fix: Very minor eslint fix

Owen Diffey 3 gadi atpakaļ
vecāks
revīzija
d9de8f6415

+ 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 => {