Skip to content

Commit

Permalink
fix:[ Twitter bug resolved]
Browse files Browse the repository at this point in the history
  • Loading branch information
Princerey committed May 21, 2024
1 parent 628de2d commit 71c250c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/profile/[profile].jsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export default function UserProfile() {
<LinkedInIcon />
</IconButton>
</a>

{ user?.twitter_handle && user.twitter_handle !== "" &&
<a
href={user.twitter_handle}
target="_blank"
Expand All @@ -121,6 +121,7 @@ export default function UserProfile() {
<TwitterIcon />
</IconButton>
</a>
}
</Stack>
</Stack>

Expand Down

0 comments on commit 71c250c

Please sign in to comment.