Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
preetibansalui committed Nov 13, 2024
1 parent bb5885c commit 3a0b131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/Toggletip/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ export type ToggleTipButtonProps<T extends React.ElementType> =
* `ToggletipButton` controls the visibility of the Toggletip through mouse
* clicks and keyboard interactions.
*/
// adding a comment to push

export const ToggletipButton = React.forwardRef(function ToggletipButton<
T extends React.ElementType
>(
Expand Down

0 comments on commit 3a0b131

Please sign in to comment.