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

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
HaominZhang committed Dec 22, 2020
1 parent 73edb46 commit 68157b5
Showing 1 changed file with 0 additions and 1 deletion.
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

0 comments on commit 68157b5

Please sign in to comment.