diff --git a/lib/turbo/topup/views/topup_review_view.dart b/lib/turbo/topup/views/topup_review_view.dart index 1b580619a5..a537c9a14f 100644 --- a/lib/turbo/topup/views/topup_review_view.dart +++ b/lib/turbo/topup/views/topup_review_view.dart @@ -585,7 +585,7 @@ class _TurboReviewViewState extends State { BlocBuilder( builder: (context, state) { return ScreenTypeLayout.builder( - // FIXME: the desctop section is never gonna be rendered + // FIXME: the desktop section is never gonna be rendered /// because its wrapped in another layout builder for mobile. desktop: (context) => ArDriveButton( maxHeight: 44,