We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93a4c35 commit f40aa02Copy full SHA for f40aa02
src/demos/components/DemoPage.js
@@ -1,6 +1,6 @@
1
import React from 'react'
2
3
-import { version } from '../../../package.json';
+import { version } from '../../../package.json'
4
import MtSvgLines from '../../index.js'
5
// import MtSvgLines from '../../../lib/' // NOTE: uncomment to test built lib
6
@@ -212,7 +212,7 @@ export default class DemoPage extends React.Component {
212
}
213
214
215
- getCallback(triggerKey) {
+ getCallback (triggerKey) {
216
return () => this.setState({ completed: { ...this.state.completed, [ triggerKey ]: true } })
217
218
@@ -233,7 +233,7 @@ const styles = {
233
},
234
version: {
235
color: '#aaa',
236
- fontSize: 14,
+ fontSize: 14
237
238
row: {
239
borderTop: '1px solid #888',
0 commit comments