diff --git a/public/index.html b/public/index.html
index f9167d1..77bb6ca 100644
--- a/public/index.html
+++ b/public/index.html
@@ -123,8 +123,9 @@
-
diff --git a/src/index.js b/src/index.js
index d02e20e..93234b0 100644
--- a/src/index.js
+++ b/src/index.js
@@ -284,6 +284,7 @@ function update() {
const result = getResultFromChecks(failed_checks);
+ resultsDiv.innerHTML = "";
resultsDiv.appendChild(result);
}