Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
monsieurtanuki committed Jun 8, 2024
1 parent 9d1accc commit 8917386
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/smooth_app/lib/pages/prices/prices_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ class PricesPage extends StatelessWidget {
floatingActionButton: model.addButton == null
? null
: FloatingActionButton.extended(
onPressed: model.addButton,
label: Text(appLocalizations.prices_add_a_price),
icon: const Icon(Icons.add),
),
onPressed: model.addButton,
label: Text(appLocalizations.prices_add_a_price),
icon: const Icon(Icons.add),
),
);
}
}

0 comments on commit 8917386

Please sign in to comment.