Skip to content

Commit

Permalink
Merge eab1b9a into 82302c9
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-a-smith committed Jan 15, 2019
2 parents 82302c9 + eab1b9a commit 4dbfa34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ rules:
no-regex-spaces: 2
#no-shadow: 2
no-spaced-func: 2
#no-sparse-arrays: 2
no-sparse-arrays: 2
no-trailing-spaces: 2
no-undef: 2
#no-undefined: 2
Expand Down
2 changes: 1 addition & 1 deletion src/Tree/Tree.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ describe('<Tree />', () => {
{
displayText: '',
linkUrl: 'http://me.com'
}, ,
},
'Data Col 2',
'Data Col 3',
'INACTIVE'
Expand Down

0 comments on commit 4dbfa34

Please sign in to comment.