Преглед на файлове

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