Skip to content

Commit

Permalink
fixup! fixup! fixup! TW-131: send-one-image-without-caption
Browse files Browse the repository at this point in the history
  • Loading branch information
sherlockvn committed Jun 19, 2023
1 parent 2f5f713 commit 162f63a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/chat/events/message_content.dart
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class MessageContent extends StatelessWidget {
width: MessageContentStyle.imageBubbleWidth,
height: MessageContentStyle.imageBubbleHeight,
child: const Center(
child: Icon(Icons.error, color: Colors.red,),
child: Icon(Icons.error, color: Colors.red),
),
);
}
Expand Down

0 comments on commit 162f63a

Please sign in to comment.