Skip to content

Commit

Permalink
fix: lint memo hook
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Jul 16, 2020
1 parent e0db747 commit 5ebba02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/src/Table/TableGrouping.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const useControlledState = (state: GroupByState) => {
};
}
return state;
}, [state, state?.groupBy?.length]);
}, [state]);
};
export const useExpanderColumn = (itemsLabel: string) => (
hooks: UseTableHooks<{}>,
Expand Down

0 comments on commit 5ebba02

Please sign in to comment.