Skip to content

Commit

Permalink
Update ResponsiveDataTable.tsx
Browse files Browse the repository at this point in the history
Signed-off-by: Pranav Singh <[email protected]>
  • Loading branch information
theBeginner86 authored Dec 27, 2023
1 parent a0a0529 commit 2014a07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/components/src/custom/ResponsiveDataTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ const ResponsiveDataTable = ({

React.useEffect(() => {
columns?.forEach((col) => {
console.log('Current Column:', col);
if (typeof col === 'object' && col !== null) {
if (!col.options) {
col.options = {};
Expand Down

0 comments on commit 2014a07

Please sign in to comment.