Skip to content

Commit 0eca602

Browse files
committed
added in tanstack dependencies
1 parent 040b9ce commit 0eca602

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/TableData/TableData.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ const TableData = <TData, TValue>({
5757
{header.isPlaceholder
5858
? null
5959
: flexRender(
60-
header.column.columnDef.header,
61-
header.getContext(),
62-
)}
60+
header.column.columnDef.header,
61+
header.getContext(),
62+
)}
6363
</TableHead>
6464
);
6565
})}

0 commit comments

Comments
 (0)