diff --git a/public/app/plugins/datasource/influxdb/components/InfluxStartPage.tsx b/public/app/plugins/datasource/influxdb/components/InfluxStartPage.tsx index a825543bb75..7163beecbe8 100644 --- a/public/app/plugins/datasource/influxdb/components/InfluxStartPage.tsx +++ b/public/app/plugins/datasource/influxdb/components/InfluxStartPage.tsx @@ -4,10 +4,6 @@ import InfluxCheatSheet from './InfluxCheatSheet'; export default class InfluxStartPage extends PureComponent { render() { - return ( -
- -
- ); + return ; } } diff --git a/public/app/plugins/datasource/loki/components/LokiCheatSheet.tsx b/public/app/plugins/datasource/loki/components/LokiCheatSheet.tsx index 0fde0344a92..a88a00504ba 100644 --- a/public/app/plugins/datasource/loki/components/LokiCheatSheet.tsx +++ b/public/app/plugins/datasource/loki/components/LokiCheatSheet.tsx @@ -61,7 +61,7 @@ export default class LokiCheatSheet extends PureComponent + <>

Loki Cheat Sheet

See your logs
@@ -95,7 +95,7 @@ export default class LokiCheatSheet extends PureComponent
- + ); } }