瀏覽代碼

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