mirror of
https://github.com/grafana/grafana.git
synced 2025-09-23 03:43:03 +08:00
TextPanel: Remove semicolon in markup (#26680)
This commit is contained in:
@ -82,7 +82,7 @@ export class TextPanel extends PureComponent<Props, State> {
|
|||||||
const styles = getStyles();
|
const styles = getStyles();
|
||||||
return (
|
return (
|
||||||
<CustomScrollbar autoHeightMin="100%">
|
<CustomScrollbar autoHeightMin="100%">
|
||||||
<DangerouslySetHtmlContent html={html} className={cx('markdown-html', styles.content)} />;
|
<DangerouslySetHtmlContent html={html} className={cx('markdown-html', styles.content)} />
|
||||||
</CustomScrollbar>
|
</CustomScrollbar>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user