Initial Commit: Duty Schedule and Attendance Logbook
This commit is contained in:
@@ -61,7 +61,7 @@ class ProfileAvatar extends StatelessWidget {
|
||||
return CircleAvatar(
|
||||
radius: radius,
|
||||
backgroundImage: NetworkImage(avatarUrl!),
|
||||
onBackgroundImageError: (_, __) {
|
||||
onBackgroundImageError: (_, _) {
|
||||
// Silently fall back to initials if image fails
|
||||
},
|
||||
child: null, // Image will display if loaded successfully
|
||||
|
||||
Reference in New Issue
Block a user