fix message reaction modal
This commit is contained in:
@@ -130,14 +130,13 @@ class MessageReactionsModal extends StatelessWidget {
|
|||||||
spacing: 16,
|
spacing: 16,
|
||||||
runSpacing: 22,
|
runSpacing: 22,
|
||||||
alignment: WrapAlignment.start,
|
alignment: WrapAlignment.start,
|
||||||
children:
|
children: message.latestReactions
|
||||||
message.latestReactions
|
.map((e) => _buildReaction(
|
||||||
.map((e) => _buildReaction(
|
e,
|
||||||
e,
|
currentUser,
|
||||||
currentUser,
|
context,
|
||||||
context,
|
))
|
||||||
))
|
.toList(),
|
||||||
.toList(),
|
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user