Skip to content

Commit

Permalink
chore: remove default value for kpi-bar title
Browse files Browse the repository at this point in the history
  • Loading branch information
shahramk committed Aug 11, 2023
1 parent 75b9d09 commit 893daf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/kpi-bar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ const KpiBar = ({ kpis = [], onChange = () => null, mode = MODES.KIOSK }) => {
<div className="kpi-bar-heading">
<div className={`heading-title heading${modeClassText}ModeWidth`}>
<HeadingText type={HeadingText.TYPE.HEADING_4}>
{UI_CONTENT.KPI_BAR.TITLE || 'Flow KPIs'}
{UI_CONTENT.KPI_BAR.TITLE}
</HeadingText>
<Tooltip text={UI_CONTENT.KPI_BAR.TITLE_TOOLTIP}>
<Icon
Expand Down

0 comments on commit 893daf1

Please sign in to comment.