Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
uyarn committed Aug 23, 2024
1 parent 0c6c9c7 commit 30f1733
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/popup/Popup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ const Popup = forwardRef<PopupRef, PopupProps>((originalProps, ref) => {
>
{content}
{showArrow ? <div style={styles.arrow} className={`${classPrefix}-popup__arrow`} /> : null}
{showArrow ? <div style={styles.arrow} className={`${classPrefix}-popup__arrow`} /> : null}
</div>
</div>
</CSSTransition>
Expand Down

0 comments on commit 30f1733

Please sign in to comment.