Skip to content

Commit

Permalink
disable touch response for item list
Browse files Browse the repository at this point in the history
  • Loading branch information
perunt committed May 1, 2023
1 parent a989192 commit 3604015
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/home/report/ReactionList/BaseReactionList.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const renderItem = ({item}) => (
<OptionRow
item={item}
boldStyle
isDisabled
style={{maxWidth: variables.mobileResponsiveWidthBreakpoint}}
option={{
text: Str.removeSMSDomain(item.displayName),
Expand Down

0 comments on commit 3604015

Please sign in to comment.