Skip to content

Commit f203f69

Browse files
committed
badgeImg error solved
1 parent d3caed9 commit f203f69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/StatsGenerator.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default function StatsGenerator({ setShowStats }) {
5353
fullName: userData.profileData.fullName,
5454
image: userData.profileData.image,
5555
username: userData.profileData.username,
56-
badgeImg: userData.profileData.badgeImg,
56+
badgeImg: userData.profileData.badgeImg || '',
5757
rank: userData.profileData.rank,
5858
easySolved: userData.questionData.easySolved,
5959
easyTotal: userData.questionData.easyTotal,

0 commit comments

Comments
 (0)