Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Sanmeet007/logger.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanmeet007 committed Sep 14, 2024
2 parents 2666cf8 + 3112551 commit ceb9dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/log_details.dart
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class LogDetails extends StatelessWidget {
),
leading: CircleAvatar(
child: Text(
name[0],
name.isNotEmpty ? name[0] : '?',
style: const TextStyle(fontSize: 25),
),
),
Expand Down

0 comments on commit ceb9dde

Please sign in to comment.