Skip to content

Commit

Permalink
refactor: fjern displayname prop
Browse files Browse the repository at this point in the history
  • Loading branch information
kristianulv23 committed Nov 18, 2024
1 parent 4555c06 commit 808e82e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions packages/chip-react/src/Chip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,3 @@ export const Chip = forwardRef<HTMLButtonElement, ChipProps>(function Chip(
</button>
);
});

Chip.displayName = "Chip";
2 changes: 0 additions & 2 deletions packages/jokul/src/components/chip/Chip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,3 @@ export const Chip = forwardRef<HTMLButtonElement, ChipProps>(function Chip(
</button>
);
});

Chip.displayName = "Chip";

0 comments on commit 808e82e

Please sign in to comment.