Skip to content

Commit f40aa02

Browse files
author
Peter Morawiec
committed
lint issues
1 parent 93a4c35 commit f40aa02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/demos/components/DemoPage.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react'
22

3-
import { version } from '../../../package.json';
3+
import { version } from '../../../package.json'
44
import MtSvgLines from '../../index.js'
55
// import MtSvgLines from '../../../lib/' // NOTE: uncomment to test built lib
66

@@ -212,7 +212,7 @@ export default class DemoPage extends React.Component {
212212
}
213213
}
214214

215-
getCallback(triggerKey) {
215+
getCallback (triggerKey) {
216216
return () => this.setState({ completed: { ...this.state.completed, [ triggerKey ]: true } })
217217
}
218218
}
@@ -233,7 +233,7 @@ const styles = {
233233
},
234234
version: {
235235
color: '#aaa',
236-
fontSize: 14,
236+
fontSize: 14
237237
},
238238
row: {
239239
borderTop: '1px solid #888',

0 commit comments

Comments
 (0)