Skip to content

Commit

Permalink
fix(parkings): unknown trend icon
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-the-shark committed Feb 1, 2025
1 parent ab065ee commit 220e2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/features/parkings_view/models/parking.dart
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ extension GetTrendArrowX on String {
case "-1":
return Icons.south_east;
default:
return const IconData(0);
return Icons.help_outline;
}
}
}

0 comments on commit 220e2b4

Please sign in to comment.