Commit e1031436 by Johannes Schill

fix: Update snapshot

parent f5431f52
...@@ -7,7 +7,7 @@ exports[`Render should render component 1`] = ` ...@@ -7,7 +7,7 @@ exports[`Render should render component 1`] = `
id="graph" id="graph"
style={ style={
Object { Object {
"height": "100px", "height": 100,
} }
} }
/> />
...@@ -480,7 +480,7 @@ exports[`Render should render component with disclaimer 1`] = ` ...@@ -480,7 +480,7 @@ exports[`Render should render component with disclaimer 1`] = `
id="graph" id="graph"
style={ style={
Object { Object {
"height": "100px", "height": 100,
} }
} }
/> />
...@@ -962,7 +962,7 @@ exports[`Render should show query return no time series 1`] = ` ...@@ -962,7 +962,7 @@ exports[`Render should show query return no time series 1`] = `
id="graph" id="graph"
style={ style={
Object { Object {
"height": "100px", "height": 100,
} }
} }
/> />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment