Skip to content

Commit

Permalink
[fix]: socialLink 조건 (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinaji authored Oct 14, 2023
1 parent 8d37f25 commit e102fab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function SocialLinkModal() {
};

const handleOnAccept = () => {
getMentor.data?.socialLink
getMentor.data?.socialLink !== ""
? window.open(getMentor.data?.socialLink)
: window.open(
`https://profile.intra.42.fr/users/${getMentor.data?.user.nickname}`
Expand Down

0 comments on commit e102fab

Please sign in to comment.