Browse Source

Merge pull request #98 from Empact/fix/close-channel

Fix that Channels was not passing down closeChannel to Channel
renovate/lint-staged-8.x
JimmyMow 7 years ago
committed by GitHub
parent
commit
7615874c85
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/components/Channels/Channels.js

1
app/components/Channels/Channels.js

@ -108,6 +108,7 @@ const Channels = ({
channel={channel}
setChannel={setChannel}
currentTicker={currentTicker}
closeChannel={closeChannel}
/>
)
})

Loading…
Cancel
Save