diff --git a/frontend/components/Editor.js b/frontend/components/Editor.js
index d5fd127593..f612b23eab 100644
--- a/frontend/components/Editor.js
+++ b/frontend/components/Editor.js
@@ -1510,9 +1510,6 @@ patch: ${JSON.stringify(
/>`)
}
-
${
status.binder && status.loading
? "Loading binder..."
@@ -1532,6 +1529,9 @@ patch: ${JSON.stringify(
? html`${restart_button("Run notebook code", true)}`
: null
}
+