feat: transaction report
This commit is contained in:
@@ -139,7 +139,7 @@ class DownloadReportRoute extends _i26.PageRouteInfo<void> {
|
||||
static _i26.PageInfo page = _i26.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i5.DownloadReportPage();
|
||||
return _i26.WrappedRoute(child: const _i5.DownloadReportPage());
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user