Skip to content

Commit

Permalink
chore: fix points in title
Browse files Browse the repository at this point in the history
  • Loading branch information
wescopeland committed Jan 15, 2025
1 parent ff7de61 commit 9280b7a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,13 @@ export const UnlockableAchievementAvatar: FC<UnlockableAchievementAvatarProps> =
{...achievement}
showHardcoreUnlockBorder={!!achievement.unlockedHardcoreAt}
badgeUnlockedUrl={badgeUrl}
showPointsInTitle={true}
showLabel={false}
size={imageSize}
/>

<div>
<div className="flex items-center gap-2">
<AchievementAvatar {...achievement} showImage={false} />
<AchievementAvatar {...achievement} showImage={false} showPointsInTitle={true} />

{showGame && achievement.game ? (
<>
Expand Down

0 comments on commit 9280b7a

Please sign in to comment.