Explorar o código

fix: Very minor eslint fix

Owen Diffey %!s(int64=3) %!d(string=hai) anos
pai
achega
d9de8f6415
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 => {