MM-31114 fix: regression for in: autocomplete modifier in search screen (#5009)

This commit is contained in:
Elias Nahum 2020-12-10 02:13:23 -03:00 committed by GitHub
parent 5874e58dd1
commit c3b3d0239f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -94,7 +94,7 @@ const ChannelMentionItem = (props) => {
component = (
<TouchableWithFeedback
key={channelId}
onPress={this.completeMention}
onPress={completeMention}
style={margins}
underlayColor={changeOpacity(theme.buttonBg, 0.08)}
type={'native'}