From 5709d7977a9e06a031bc54cf704468b2c3a456d0 Mon Sep 17 00:00:00 2001 From: Jack Mallers Date: Mon, 12 Feb 2018 19:05:21 -0600 Subject: [PATCH] feature(channel): add tolltip to channel status --- app/components/Contacts/Network.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/components/Contacts/Network.js b/app/components/Contacts/Network.js index 27d9cd24..f3ab213d 100644 --- a/app/components/Contacts/Network.js +++ b/app/components/Contacts/Network.js @@ -140,7 +140,9 @@ class Network extends Component { return (
  • openContactModal(channelObj)}> {displayNodeName(channel)} - + + +
  • ) })