Skip to content

Commit

Permalink
fix: 코드리뷰 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene028 committed Nov 24, 2024
1 parent 3f998a8 commit b797e09
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/wow-ui/src/components/Table/TableContext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ export const useTableContext = () => {
handleHeaderCheckboxChange: () => {},
setRowValues: () => {},
};
else {
return context;
}
return context;
};

export const TableCheckedContext = createContext<number | undefined>(0);

0 comments on commit b797e09

Please sign in to comment.