mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fixed grabage in markup
This commit is contained in:
@@ -6,7 +6,7 @@ export default class PromStart extends PureComponent<any> {
|
|||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<div className="grafana-info-box">
|
<div className="grafana-info-box">
|
||||||
<PromCheatSheet onClickExample={this.props.onClickExample} />} etdiv>
|
<PromCheatSheet onClickExample={this.props.onClickExample} />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user