Skip to content

Commit

Permalink
[misc] Fix DOM nesting error
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Oct 10, 2023
1 parent dfa2a69 commit c99b5e3
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src-docs/src/views/elastic_charts/metric/metric_chart_example.js
Original file line number Diff line number Diff line change
Expand Up @@ -465,9 +465,11 @@ export const MetricChartExample = {
{
title: 'No Data',
text: (
<p>
Various situations could lead to an uncertain state. We designed two{' '}
<strong>empty states</strong> that should cover most of those cases:
<>
<p>
Various situations could lead to an uncertain state. We designed two{' '}
<strong>empty states</strong> that should cover most of those cases:
</p>
<ul>
<li>
When an applied filter makes the metric uncomputable (missing
Expand All @@ -483,7 +485,7 @@ export const MetricChartExample = {
component won&apos;t be rendered, and an empty box is rendered.
</li>
</ul>
</p>
</>
),
demo: <NoData />,
},
Expand Down

0 comments on commit c99b5e3

Please sign in to comment.