Removed duplicate ChannelLoader instance (#1380)

This commit is contained in:
Harrison Healey 2018-01-30 17:01:42 -05:00 committed by enahum
parent 77a8a2e054
commit 48b18fa5fb

View file

@ -246,7 +246,6 @@ class Channel extends PureComponent {
<View style={style.postList}>
<ChannelPostList navigator={navigator}/>
</View>
<ChannelLoader theme={theme}/>
<PostTextbox
ref={this.attachPostTextbox}
navigator={navigator}