Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Feb 4, 2024
1 parent 0d6bdd8 commit 35ac59a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,9 @@ const _BaseButton: React.ForwardRefRenderFunction<BladeElementRef, BaseButtonPro
const renderElement = React.useMemo(() => getRenderElement(href), [href]);
const defaultRel = target === '_blank' ? 'noreferrer noopener' : undefined;


Check failure on line 425 in packages/blade/src/components/Button/BaseButton/BaseButton.tsx

View workflow job for this annotation

GitHub Actions / Validate Source Code

Delete `⏎⏎··⏎`


return (
<StyledBaseButton
ref={ref as any}
Expand Down

0 comments on commit 35ac59a

Please sign in to comment.