Skip to content

Commit

Permalink
Fixing Function
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncid committed Jan 16, 2025
1 parent ba8b785 commit 6b2b4d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sparkle/src/components/DataTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ interface BasicCellContentProps extends React.TdHTMLAttributes<HTMLDivElement> {
textToCopy?: string | number;
}

DataTable.BasicCellContent = function CellContent({
DataTable.BasicCellContent = function BasicCellContent({
label,
tooltip,
className,
Expand Down

0 comments on commit 6b2b4d2

Please sign in to comment.