Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into update-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mman committed Sep 9, 2024
2 parents adcaf97 + af22a8c commit b47799a
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ const EnergyOverview: FC<Props> = ({ componentMode = "full", pageSelectorPropsSe

useVisibilityNotifier({ widgetName: BOX_TYPES.ENERGY, isVisible: hasValidData })

if (!boxes.length) {
return null
}

if (componentMode === "compact") {
return (
<Box
Expand Down

0 comments on commit b47799a

Please sign in to comment.