Skip to content

Commit

Permalink
chore: remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
shahramk committed Aug 11, 2023
1 parent 64e8083 commit 75b9d09
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/components/kpi-bar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,13 +183,7 @@ const KpiBar = ({ kpis = [], onChange = () => null, mode = MODES.KIOSK }) => {
return (
<div className="kpi-bar">
<div className="kpi-bar-heading">
<div className={`heading-title heading${modeClassText}ModeWidth`}
// style={{
// display: 'flex',
// gap: '0.5rem',
// alignItems: 'end',
// }}
>
<div className={`heading-title heading${modeClassText}ModeWidth`}>
<HeadingText type={HeadingText.TYPE.HEADING_4}>
{UI_CONTENT.KPI_BAR.TITLE || 'Flow KPIs'}
</HeadingText>
Expand Down

0 comments on commit 75b9d09

Please sign in to comment.