Fix: Most Played zeigt 10 statt 3, Playstate Label zu Last Played
This commit is contained in:
parent
2e7f3bca7c
commit
84bf0bea51
1 changed files with 2 additions and 2 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);
|
||||
|
|
@ -624,7 +624,7 @@ export default function App() {
|
|||
<div className="np-wave-bar" /><div className="np-wave-bar" />
|
||||
<div className="np-wave-bar" /><div className="np-wave-bar" />
|
||||
</div>
|
||||
<span className="np-name">{lastPlayed}</span>
|
||||
<span className="np-label">Last Played:</span> <span className="np-name">{lastPlayed}</span>
|
||||
</div>
|
||||
)}
|
||||
{selected && (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue