Skip to content

Commit

Permalink
Update BranchName.displayname
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan authored Oct 30, 2024
1 parent 6f43077 commit 6c5db48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react/src/BranchName/BranchName.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,7 @@ const fixedForwardRef = React.forwardRef as FixedForwardRef
// eslint-disable-next-line @typescript-eslint/no-explicit-any
type DistributiveOmit<T, TOmitted extends PropertyKey> = T extends any ? Omit<T, TOmitted> : never

BranchName.displayName = 'BranchName'

export type {BranchNameProps}
export default fixedForwardRef(BranchName)

0 comments on commit 6c5db48

Please sign in to comment.