mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-11-04 13:46:13 +08:00 
			
		
		
		
	Fix the UI broken after removed a monitor
This commit is contained in:
		@@ -590,7 +590,7 @@ export default {
 | 
			
		||||
            for (let monitorID in this.lastHeartbeatList) {
 | 
			
		||||
                let lastHeartBeat = this.lastHeartbeatList[monitorID];
 | 
			
		||||
 | 
			
		||||
                if (this.monitorList[monitorID].maintenance) {
 | 
			
		||||
                if (this.monitorList[monitorID] && this.monitorList[monitorID].maintenance) {
 | 
			
		||||
                    result[monitorID] = {
 | 
			
		||||
                        text: this.$t("statusMaintenance"),
 | 
			
		||||
                        color: "maintenance",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user