always remember to remove your print statements that you use instead of using the actual debugger
This commit is contained in:
@@ -145,8 +145,6 @@ class _MessageActionsModalState extends State<MessageActionsModal> {
|
||||
final hasReactionPermission =
|
||||
_userPermissions.contains(PermissionType.sendReaction);
|
||||
|
||||
print(widget.showReactions);
|
||||
|
||||
final child = Center(
|
||||
child: SingleChildScrollView(
|
||||
child: Padding(
|
||||
|
||||
Reference in New Issue
Block a user