You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/ChallengeEditor/index.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1321,7 +1321,7 @@ class ChallengeEditor extends Component {
1321
1321
<ConfirmationModal
1322
1322
title='Complete Task Confirmation'
1323
1323
message={
1324
-
<p>
1324
+
<pclassName={styles.textCenter}>
1325
1325
Are you sure want to complete task <strong>"{challenge.name}"</strong> with the prize <strong>${taskPrize}</strong> for <strong>{assignedMember}</strong>?
0 commit comments