Skip to content

Commit

Permalink
fix: Fixed issue where avatar lower badge was not showing
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecoomber committed Nov 26, 2024
1 parent 7257c40 commit 3feb2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/components/avatars/avatar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ class ZetaAvatar extends ZetaStatelessWidget {
value: semanticLowerBadgeLabel,
child: lowerBadge.runtimeType == ZetaAvatarBadge
? (lowerBadge! as ZetaAvatarBadge).copyWith(size: size)
: upperBadge,
: lowerBadge,
),
),
],
Expand Down

0 comments on commit 3feb2bb

Please sign in to comment.