We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3caed9 commit f203f69Copy full SHA for f203f69
client/src/components/StatsGenerator.jsx
@@ -53,7 +53,7 @@ export default function StatsGenerator({ setShowStats }) {
53
fullName: userData.profileData.fullName,
54
image: userData.profileData.image,
55
username: userData.profileData.username,
56
- badgeImg: userData.profileData.badgeImg,
+ badgeImg: userData.profileData.badgeImg || '',
57
rank: userData.profileData.rank,
58
easySolved: userData.questionData.easySolved,
59
easyTotal: userData.questionData.easyTotal,
0 commit comments