Most Played: Top 10 statt Top 3 anzeigen
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
4c95cce611
commit
96687f3a53
1 changed files with 1 additions and 1 deletions
|
|
@ -554,7 +554,7 @@ export default function App() {
|
||||||
[adminFilteredSounds, adminSelection, soundKey]);
|
[adminFilteredSounds, adminSelection, soundKey]);
|
||||||
|
|
||||||
const allVisibleSelected = adminFilteredSounds.length > 0 && selectedVisibleCount === adminFilteredSounds.length;
|
const allVisibleSelected = adminFilteredSounds.length > 0 && selectedVisibleCount === adminFilteredSounds.length;
|
||||||
const analyticsTop = analytics.mostPlayed.slice(0, 3);
|
const analyticsTop = analytics.mostPlayed.slice(0, 10);
|
||||||
const totalSoundsDisplay = analytics.totalSounds || total;
|
const totalSoundsDisplay = analytics.totalSounds || total;
|
||||||
|
|
||||||
const clockMain = clock.slice(0, 5);
|
const clockMain = clock.slice(0, 5);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue