File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/components/assessment Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ exports[`Assessment page does not show attempt Button for upcoming assessments f
116116 <div className =\\"row listing-xp\\">
117117 <h6>
118118
119- Max XP: 3000
119+ Max XP: 1000
120120
121121 </h6>
122122 </div>
@@ -606,7 +606,7 @@ exports[`Assessment page with multiple loaded missions renders correctly 1`] = `
606606 <div className =\\"row listing-xp\\">
607607 <h6>
608608
609- Max XP: 3000
609+ Max XP: 1000
610610
611611 </h6>
612612 </div>
Original file line number Diff line number Diff line change @@ -302,7 +302,7 @@ const makeOverviewCard = (
302302 { ' ' }
303303 { beforeNow ( overview . openAt )
304304 ? `XP: ${ overview . xp } / ${ overview . maxXp } `
305- : `Max XP: ${ overview . maxGrade } ` } { ' ' }
305+ : `Max XP: ${ overview . maxXp } ` } { ' ' }
306306 </ h6 >
307307 </ div >
308308 < div className = "row listing-description" >
You can’t perform that action at this time.
0 commit comments