Remove bottom margin in the channel drawer (#2168)

This commit is contained in:
Elias Nahum 2018-09-26 02:23:22 -03:00 committed by Saturnino Abril
parent dcb2a279f3
commit 452b97231d

View file

@ -392,6 +392,5 @@ export default class ChannelSidebar extends Component {
const style = StyleSheet.create({
swiperContent: {
flex: 1,
marginBottom: 10,
},
});