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