Skip to content

Commit

Permalink
Fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
kdelemme committed Dec 20, 2023
1 parent 67c6ca3 commit 8e614be
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,19 +100,11 @@ export function ErrorBudgetChartPanel({ data, isLoading, slo }: Props) {
reverse
/>
</EuiFlexItem>
<<<<<<< HEAD
{!!remainingBudgetFormatted && (
<EuiFlexItem grow={false}>
<EuiStat
titleColor={isSloFailed ? 'danger' : 'success'}
title={remainingBudgetFormatted}
=======
{errorBudgetTimeRemainingFormatted ? (
<EuiFlexItem grow={false}>
<EuiStat
titleColor={isSloFailed ? 'danger' : 'success'}
title={errorBudgetTimeRemainingFormatted}
>>>>>>> dbedad11df2 (Add error budget remaining in time unit)
titleSize="s"
description={i18n.translate(
'xpack.observability.slo.sloDetails.errorBudgetChartPanel.remaining',
Expand All @@ -121,11 +113,7 @@ export function ErrorBudgetChartPanel({ data, isLoading, slo }: Props) {
reverse
/>
</EuiFlexItem>
<<<<<<< HEAD
)}
=======
) : null}
>>>>>>> dbedad11df2 (Add error budget remaining in time unit)
</EuiFlexGroup>

<EuiFlexItem>
Expand Down

0 comments on commit 8e614be

Please sign in to comment.