This commit is contained in:
odweta
2026-04-03 17:58:12 +02:00
parent 4f4f82e41a
commit 4650604593
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ class LeaderboardPage extends StatelessWidget {
Expanded(
child: ListView.builder(
padding: EdgeInsets.all(Constants.edgeInset),
itemCount: provider.filteredQuotes.length,
itemCount: provider.sortedAuthorCounts.length,
itemBuilder: (context, index) {
return
Card(