Skip to content

Commit 4921b33

Browse files
committed
Fix display of NEW challenges with two rounds
1 parent 0915ee2 commit 4921b33

File tree

1 file changed

+2
-1
lines changed
  • src/components/ChallengeEditor/CheckpointPrizes-Field

1 file changed

+2
-1
lines changed

src/components/ChallengeEditor/CheckpointPrizes-Field/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ const CheckpointPrizesField = ({ challenge, onUpdateOthers, readOnly }) => {
7777
}
7878

7979
CheckpointPrizesField.defaultProps = {
80-
readOnly: false
80+
readOnly: false,
81+
onUpdateOthers: () => {}
8182
}
8283

8384
CheckpointPrizesField.propTypes = {

0 commit comments

Comments
 (0)