Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
sstraatemans committed Dec 5, 2024
1 parent a505ee0 commit 1ed2228
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/libs/kode-ui/src/components/Table/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ export function TableHeaderRow<T extends object>({
const ref = useRef(null);
const { rowProps } = useTableHeaderRow({ node: item }, state, ref);

console.log({ variant });

return (
<tr
className={headerBase({ variant, subtleHeader: isSubtle })}
Expand Down

0 comments on commit 1ed2228

Please sign in to comment.