Skip to content

Commit 167a8b4

Browse files
committed
Fix linter issue
1 parent aa4844e commit 167a8b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/ExperimentalEditor.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ export const ExperimentalEditor = ({ query, onChange, onRunQuery, editorContext
5959
<>
6060
<InfoBox severity="warning" style={{ maxWidth: '700px', whiteSpace: 'normal' }}>
6161
<p>
62-
The features listed here are experimental. They might change or be removed without notice. In the tooltip for
63-
each feature, there's a link to a pull request where you can submit feedback for that feature.
62+
{`The features listed here are experimental. They might change or be removed without notice. In the tooltip for
63+
each feature, there's a link to a pull request where you can submit feedback for that feature.`}
6464
</p>
6565
</InfoBox>
6666
{editorContext === 'default' && (

0 commit comments

Comments
 (0)