Skip to content

Commit 3fc0808

Browse files
committed
chore: remove fixed height
1 parent cc61cc4 commit 3fc0808

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/EnergyConsumptionChart.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,6 @@ const EnergyConsumptionChart = () => {
237237
maxW="500px"
238238
m="auto"
239239
w="80vw"
240-
// TODO: remove
241-
// h="500px"
242240
mb={{ base: 4, md: 0 }}
243241
>
244242
{/* TODO: isRtl ? data?.reverse() : data */}

0 commit comments

Comments
 (0)