diff --git a/src/pages/Dashboard.tsx b/src/pages/Dashboard.tsx index 7576d8a..b241ccb 100644 --- a/src/pages/Dashboard.tsx +++ b/src/pages/Dashboard.tsx @@ -639,29 +639,35 @@ const Dashboard = () => { -
- {sellerTimeSeries.sellers.map(seller => { - const isFocused = effectiveFocusedSellerId === seller.id; - const isDimmed = Boolean(effectiveFocusedSellerId && !isFocused); - return ( - - ); - })} +
+
+ {sellerTimeSeries.sellers.map(seller => { + const isFocused = effectiveFocusedSellerId === seller.id; + const isDimmed = Boolean(effectiveFocusedSellerId && !isFocused); + + return ( + + ); + })} +
+
) : (