mirror of
https://github.com/timokz/flutter-vienna-hackathon-25.git
synced 2025-11-08 21:24: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),
|
const SizedBox(width: 8),
|
||||||
ChoiceChip(
|
ChoiceChip(
|
||||||
label: const Text('Loveed'),
|
label: const Text('Loved'),
|
||||||
selected: sort == 'top',
|
selected: sort == 'top',
|
||||||
onSelected: (_) => onSortChanged('top'),
|
onSelected: (_) => onSortChanged('top'),
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue