diff --git a/templates/account.html b/templates/account.html
index 71597cd16..000a2c6d3 100644
--- a/templates/account.html
+++ b/templates/account.html
@@ -128,6 +128,7 @@
for (let planBtn of document.getElementsByClassName("stripe-checkout")) {
planBtn.style.display = "inline-block";
}
+ document.getElementById("paypal-button-container").style.display = "none";
}
function paypalLayout() {