Merge pull request #19159 from storybookjs/chore_docs_fix_CSF3_snippets

Chore: (Docs)Fixes Preact Histogram story for CSF 3
This commit is contained in:
jonniebigodes 2022-09-09 22:46:10 +01:00 committed by GitHub
commit 82399cc0c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,6 @@ import { Histogram } from './Histogram';
histogramAccentColor: '#1EA7FD',
label: 'Latency distribution',
}}
render={(args) => <Histogram {...args} /> />
render={(args) => <Histogram {...args} />} />
</Canvas>
```