Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #21 from appfolio/bumpWebpackAtoms
Browse files Browse the repository at this point in the history
bump webpack-atoms and yarn install other missing packages
  • Loading branch information
HaominZhang authored Dec 23, 2020
2 parents 2968ec8 + 68157b5 commit 71b9d12
Show file tree
Hide file tree
Showing 3 changed files with 4,696 additions and 708 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@
"react-prop-types": "^0.4.0",
"uncontrollable": "^3.3.1 || ^4.0.0",
"warning": "^2.0.0",
"webpack-atoms": "^1.0.2"
"webpack-atoms": "^15.0.1"
}
}
1 change: 0 additions & 1 deletion src/Agenda.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ class Agenda extends React.Component {
let header = this.refs.header;
if (!this.refs.tbody || !this.refs.tbody.firstChild)
return

let firstRow = this.refs.tbody.firstChild

let isOverflowing = this.refs.content.scrollHeight > this.refs.content.clientHeight;
Expand Down
Loading

0 comments on commit 71b9d12

Please sign in to comment.