Skip to content

Commit

Permalink
fix: demo
Browse files Browse the repository at this point in the history
  • Loading branch information
kristw committed Feb 5, 2020
1 parent 283c230 commit dc32f61
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions packages/react-vega-demo/stories/ReactVegaDemo.jsx
Expand Up @@ -80,8 +80,6 @@ export default class Demo extends React.Component {
<button type="button" onClick={this.handleUpdateData}>
Update data
</button>
<p>Active spec</p>
<pre>{spec}</pre>
<h3>
<code>&lt;Vega&gt;</code> React Component
</h3>
Expand Down
2 changes: 0 additions & 2 deletions packages/react-vega-demo/stories/ReactVegaLiteDemo.jsx
Expand Up @@ -122,8 +122,6 @@ export default class Demo extends React.Component {
<button type="button" onClick={this.handleUpdateData}>
Update data
</button>
<p>Active spec</p>
<pre>{spec}</pre>
<h3>
<code>&lt;VegaLite&gt;</code> React Component
</h3>
Expand Down

0 comments on commit dc32f61

Please sign in to comment.