Skip to content

Commit

Permalink
removed old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjeevLakhwani committed Feb 29, 2024
1 parent fae2889 commit 69493a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/js/components/Overview/ChartCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ const ChartCard = memo(({ section, chart, onRemoveChart, width }: ChartCardProps
// We add a key to the chart which includes width to force a re-render if width changes.
return (
<div key={id} style={{ height: '100%', width }}>
{/*<Card title={<Card.Meta title={t(title)} description={t(description)} style={{padding: "10px", fontWeight: "400"}}/>} style={CARD_STYLE} size="small" extra={<Space size="small">{ed}</Space>}>*/}
<Card title={<TitleComponent />} style={CARD_STYLE} size="small" extra={<Space size="small">{ed}</Space>}>
{data.filter((e) => !(e.x === 'missing')).length !== 0 ? (
<Chart
Expand Down

0 comments on commit 69493a4

Please sign in to comment.