Skip to content

Commit

Permalink
feat: test without displayName
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-aiello-appfolio committed Oct 25, 2023
1 parent e8b6241 commit 2aef496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Button/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ const GearsButton = ({
);
};

GearsButton.displayName = 'GearsNameButton';
// GearsButton.displayName = 'GearsNameButton';
export default GearsButton;

0 comments on commit 2aef496

Please sign in to comment.