diff --git a/app/components/Channels/Channel.js b/app/components/Channels/Channel.js index e0ebf84b..5c39249a 100644 --- a/app/components/Channels/Channel.js +++ b/app/components/Channels/Channel.js @@ -4,68 +4,80 @@ import { FaCircle } from 'react-icons/lib/fa' import { btc } from 'utils' import styles from './Channel.scss' -const Channel = ({ ticker, channel, setChannel, currentTicker }) => ( +const Channel = ({ ticker, channel, closeChannel, currentTicker }) => (
closeChannel({ channel_point: channel.channel_point })} + > + Close channel +
+