Skip to content

Commit

Permalink
chore(topup review view): corrects typo in a comment PE-4694
Browse files Browse the repository at this point in the history
Co-authored-by: Thiago Carvalho <[email protected]>
  • Loading branch information
matibat and thiagocarvalhodev authored Oct 3, 2023
1 parent cf19253 commit dfb546d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/turbo/topup/views/topup_review_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ class _TurboReviewViewState extends State<TurboReviewView> {
BlocBuilder<PaymentReviewBloc, PaymentReviewState>(
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,
Expand Down

0 comments on commit dfb546d

Please sign in to comment.