Compare commits
1 commit
main
...
feature/ni
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
96687f3a53 |
1 changed files with 1 additions and 1 deletions
|
|
@ -554,7 +554,7 @@ export default function App() {
|
|||
[adminFilteredSounds, adminSelection, soundKey]);
|
||||
|
||||
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 clockMain = clock.slice(0, 5);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue