remove un-needed double check of condition
This commit is contained in:
parent
a150ef2ecf
commit
786c8cb3e2
1 changed files with 1 additions and 1 deletions
|
|
@ -280,7 +280,7 @@ class MessageRenderer extends ConsumerWidget {
|
|||
UrlPreview(link.url),
|
||||
|
||||
SizedBox(height: 4),
|
||||
if (!textOnly) ReactionRow(event),
|
||||
ReactionRow(event),
|
||||
],
|
||||
],
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue