Skip to content

Commit

Permalink
covert url to string
Browse files Browse the repository at this point in the history
  • Loading branch information
vraja-pro authored and pls78 committed Dec 4, 2024
1 parent 4c6d0a4 commit 077cd5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ class SEMrushRelatedKeyphrasesModal extends Component {
<Modal
isOpen={ Boolean( keyphrase ) && whichModalOpen === location }
onClose={ onClose }
insightsLink={ insightsLink }
insightsLink={ insightsLink.toString() }
learnMoreLink={ learnMoreLink }
>

Expand Down

0 comments on commit 077cd5d

Please sign in to comment.