Skip to content

Commit

Permalink
Standard fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MatsAnd committed Nov 16, 2020
1 parent f00dbe7 commit 3d74d73
Show file tree
Hide file tree
Showing 4 changed files with 10,517 additions and 7,445 deletions.
4 changes: 1 addition & 3 deletions example/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ import { loginRequest } from './config'
const keyTable = (obj) => {
const tableRows = []
for (const key in obj) {
if (obj.hasOwnProperty(key)) {
tableRows.push({ key, value: obj[key] })
}
tableRows.push({ key, value: obj[key] })
}

return (
Expand Down
Loading

0 comments on commit 3d74d73

Please sign in to comment.