We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f1f03 commit 1fa01baCopy full SHA for 1fa01ba
lib/dashboard/view/dashboard_page.dart
@@ -43,7 +43,7 @@ class _DashboardPageState extends State<DashboardPage> {
43
}
44
if (state.status == DashboardStatus.failure) {
45
return FailureStateWidget(
46
- message: state.errorMessage ?? l10n.dashboardLoadFailure,
+ exception: state.exception!,
47
onRetry: () {
48
context.read<DashboardBloc>().add(DashboardSummaryLoaded());
49
},
0 commit comments