diff --git a/app/components/Contacts/Network.js b/app/components/Contacts/Network.js
index 793cb960..3810f183 100644
--- a/app/components/Contacts/Network.js
+++ b/app/components/Contacts/Network.js
@@ -257,20 +257,20 @@ class Network extends Component {
- {
- closingChannelIds.includes(channel.chan_id) &&
-
- }
- {
- (Object.prototype.hasOwnProperty.call(channel, 'active') && !closingChannelIds.includes(channel.chan_id)) &&
-
removeClicked(channel)}>
- Disconnect
+ {
+ closingChannelIds.includes(channel.chan_id) &&
+
- }
+ }
+ {
+ (Object.prototype.hasOwnProperty.call(channel, 'active') && !closingChannelIds.includes(channel.chan_id)) &&
+ removeClicked(channel)}>
+ Disconnect
+
+ }