Skip to content

Commit

Permalink
Header errors corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
nz970 committed Jul 8, 2024
1 parent 3f0138a commit 7eab3b0
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ export default props => {
onSortChanged();
}, []);

useEffect(() => {
if (!refLabel.current) {
return;
}
}, [refLabel]);

let sort = null;

if (props.enableSorting) {
Expand Down

0 comments on commit 7eab3b0

Please sign in to comment.