Skip to content

Commit

Permalink
Merge pull request #1370 from ita-social-projects/feature/issue-1677
Browse files Browse the repository at this point in the history
chore: Removed popover on PartnersModal component
  • Loading branch information
sashapanasiuk5 authored Sep 29, 2024
2 parents c12993d + ed13e0a commit 44f7066
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,7 @@ const PartnersModal = () => {
footer={null}
onCancel={onCancel}
closeIcon={(
<Popover content={POPOVER_CONTENT.CANCEL} trigger="hover">
<CancelBtn className="iconSize" onClick={onClear} />
</Popover>
<CancelBtn className="iconSize" onClick={onClear} />
)}
>
{messageContextHolder}
Expand Down

0 comments on commit 44f7066

Please sign in to comment.