diff --git a/ui/src/components/DepthButtons.jsx b/ui/src/components/DepthButtons.jsx index c6fbd2b..b4cb4f5 100644 --- a/ui/src/components/DepthButtons.jsx +++ b/ui/src/components/DepthButtons.jsx @@ -9,7 +9,7 @@ export default function DepthButtons({ label, levels, depth, onPick, totalLabel = 'Total' }) { return (
- {label} + {label} {Array.from({ length: levels.length + 1 }, (_, n) => (