Skip to content

Commit

Permalink
Remove unused vars
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Turley <[email protected]>
  • Loading branch information
mturley committed Oct 13, 2023
1 parent 141ec92 commit 41995ba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/src/app/hooks/table-controls/useTableControlProps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ export const useTableControlProps = <

const activeRowDerivedState = getActiveRowDerivedState(args);
useActiveRowEffects({ ...args, activeRowDerivedState });
const { activeRowItem, setActiveRowItem, clearActiveRow } =
activeRowDerivedState;

const toolbarProps: PropHelpers["toolbarProps"] = {

Check warning on line 95 in client/src/app/hooks/table-controls/useTableControlProps.ts

View check run for this annotation

Codecov / codecov/patch

client/src/app/hooks/table-controls/useTableControlProps.ts#L95

Added line #L95 was not covered by tests
className: variant === "compact" ? spacing.pt_0 : "",
Expand Down

0 comments on commit 41995ba

Please sign in to comment.