Skip to content

Commit

Permalink
refactor(Sharing): Remove useless component closure
Browse files Browse the repository at this point in the history
  • Loading branch information
JF-Cozy committed Dec 2, 2024
1 parent 7b8e710 commit f12c2bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const LinkRecipient = props => {
<RecipientConfirm
recipientConfirmationData={recipientConfirmationData}
verifyRecipient={verifyRecipient}
></RecipientConfirm>
/>
) : (
<LinkRecipientPermissions {...props} className="u-flex-shrink-0" />
)
Expand Down

0 comments on commit f12c2bb

Please sign in to comment.