diff --git a/frontend/squeak-node-frontend/src/pages/lightningnode/LightningNode.js b/frontend/squeak-node-frontend/src/pages/lightningnode/LightningNode.js
index 74facc93..c9c5c7ae 100644
--- a/frontend/squeak-node-frontend/src/pages/lightningnode/LightningNode.js
+++ b/frontend/squeak-node-frontend/src/pages/lightningnode/LightningNode.js
@@ -252,21 +252,6 @@ export default function LightningNodePage() {
)
}
- function CloseChannelButton() {
- return (
- <>
-
-
-
-
-
- >
- )
- }
-
function NodeInfoGridItem() {
return (
@@ -347,7 +332,7 @@ export default function LightningNodePage() {
{HasChannelToPeer()}
{hasChannelToPeer()
- ? CloseChannelButton()
+ ? ""
: OpenChannelButton()
}