Skip to content

Commit

Permalink
Undo anonymous components
Browse files Browse the repository at this point in the history
  • Loading branch information
Heenawter committed Feb 4, 2025
1 parent 41f467a commit cdcc065
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,5 @@ const styles = {
marginLeft: 'auto',
}),
};

GridRowHeader.displayName = 'GridRowHeader';
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,5 @@ export const GridRowTitle = React.memo(
);
}
);

GridRowTitle.displayName = 'GridRowTitle';

0 comments on commit cdcc065

Please sign in to comment.