Skip to content

Commit 7c49263

Browse files
committed
code formatting
1 parent 9d49754 commit 7c49263

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/app/details/metrics/DeploymentMetrics.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,9 @@ export class FrequencyGraphLegend extends React.Component<FrequencyGraphLegendPr
720720
arrow={false}
721721
content="How often this app is deployed to production?"
722722
>
723-
<span> <Help className="icon-dim-20 ml-8 dc__vertical-align-middle mr-5" /></span>
723+
<span>
724+
<Help className="icon-dim-20 ml-8 dc__vertical-align-middle mr-5" />
725+
</span>
724726
</Tippy>
725727
<span className="cursor" onClick={this.props.setFrequencyMetric}>
726728
{renderCategoryTag(this.props.frequencyBenchmark.name)}{' '}

0 commit comments

Comments
 (0)