Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
kanat committed Aug 10, 2023
1 parent 45df887 commit 2651bd0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -993,9 +993,9 @@ class _StreamMessageWidgetState extends State<StreamMessageWidget>
showReactionPickerTail: widget.showReactionPickerTail,
showReactions: showReactions,
onReactionsTap: () {
widget.onReactionsTap != null ? widget.onReactionsTap!(
widget.message
) : _showMessageReactionsModal(context);
widget.onReactionsTap != null
? widget.onReactionsTap!(widget.message)
: _showMessageReactionsModal(context);
},
showUserAvatar: widget.showUserAvatar,
streamChat: _streamChat,
Expand Down

0 comments on commit 2651bd0

Please sign in to comment.