diff --git a/src/components/HighlightsPanel.tsx b/src/components/HighlightsPanel.tsx index d8293aa8..9dd16896 100644 --- a/src/components/HighlightsPanel.tsx +++ b/src/components/HighlightsPanel.tsx @@ -123,69 +123,71 @@ export const HighlightsPanel: React.FC = ({
- {onHighlightVisibilityChange && ( -
+
+ {onHighlightVisibilityChange && ( +
+ + + +
+ )} + {onRefresh && ( + )} + {filteredHighlights.length > 0 && ( - -
- )} - {onRefresh && ( - - )} - {filteredHighlights.length > 0 && ( - - )} + )} +