Skip to content

Commit

Permalink
fiex the memo in table formatters
Browse files Browse the repository at this point in the history
  • Loading branch information
sstraatemans committed Dec 20, 2024
1 parent e206c4a commit 71168fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const FieldCell: FC<IFieldCellProps> = ({
) {
const Render = useMemo(
() => (field.render ? field.render : FormatDefault()),
[],
[field.render],
);

return (
Expand Down

0 comments on commit 71168fa

Please sign in to comment.