chore: drop the station-owner note under the BY OPERATOR chart

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
This commit is contained in:
2026-07-18 17:12:59 +02:00
co-authored by Claude Opus 4.8
parent 443698b507
commit 04eaa91bd8
+1 -1
View File
@@ -737,7 +737,7 @@ export function StatsPanel() {
{/* EVERY operator, never a top-N: on a multi-op contest the point is who {/* EVERY operator, never a top-N: on a multi-op contest the point is who
worked what, and a cap would quietly delete the 9th operator. Scrolls worked what, and a cap would quietly delete the 9th operator. Scrolls
instead of truncating. */} instead of truncating. */}
<Card title={t('stats.byOperator')} sub={t('stats.byOperatorSub')}> <Card title={t('stats.byOperator')}>
<div className="max-h-[240px] overflow-auto pr-1 min-w-0"> <div className="max-h-[240px] overflow-auto pr-1 min-w-0">
<HBars data={stats.by_operator} empty={empty} share /> <HBars data={stats.by_operator} empty={empty} share />
</div> </div>