Skip to content
This repository was archived by the owner on May 14, 2020. It is now read-only.

Commit 0acf744

Browse files
committed
Fix eslint
1 parent 02b0f38 commit 0acf744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JSONValueNode.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const styles = {
2626
export default class JSONValueNode extends React.Component {
2727
static defaultProps = {
2828
valueGetter: value => value
29-
}
29+
};
3030

3131
render() {
3232
let backgroundColor = 'transparent';

0 commit comments

Comments
 (0)