mirror of
https://github.com/timokz/flutter-vienna-hackathon-25.git
synced 2025-11-08 19:04:20 +01:00
fix typo
This commit is contained in:
parent
2b84f749ae
commit
da5fe81b1b
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ class FilterChipsBar extends StatelessWidget {
|
|||
),
|
||||
const SizedBox(width: 8),
|
||||
ChoiceChip(
|
||||
label: const Text('Loveed'),
|
||||
label: const Text('Loved'),
|
||||
selected: sort == 'top',
|
||||
onSelected: (_) => onSortChanged('top'),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue