Skip to content

Commit

Permalink
Update CompatibilityCard.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
huhridge committed Apr 16, 2024
1 parent 3ab8f26 commit f101ce1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function CompatibilityCard(props: CompatibilityCardProps) {
<Card id="compatibility-card" data-testid="compatibility-card">
<div className="info-icon" data-tip data-for="info-tooltip">
<Link
to={`/user/${currentUser.name}/stats/?range=all_time`}
to={`/user/${currentUser?.name}/stats/?range=all_time`}
target="_blank"
rel="noopener noreferrer"
>
Expand Down

0 comments on commit f101ce1

Please sign in to comment.