File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
src/shared/components/challenge-detail/Specification Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -198,6 +198,19 @@ export default function ChallengeDetailsView(props) {
198
198
/>
199
199
)
200
200
}
201
+ {
202
+ privateDescription && (
203
+ < React . Fragment >
204
+ < h2 >
205
+ Registered User Additional Information
206
+ </ h2 >
207
+ < SpecificationComponent
208
+ bodyText = { privateDescription }
209
+ format = { descriptionFormat }
210
+ />
211
+ </ React . Fragment >
212
+ )
213
+ }
201
214
</ article >
202
215
)
203
216
}
@@ -227,6 +240,19 @@ export default function ChallengeDetailsView(props) {
227
240
/>
228
241
)
229
242
}
243
+ {
244
+ privateDescription && (
245
+ < React . Fragment >
246
+ < h2 >
247
+ Registered User Additional Information
248
+ </ h2 >
249
+ < SpecificationComponent
250
+ bodyText = { privateDescription }
251
+ format = { descriptionFormat }
252
+ />
253
+ </ React . Fragment >
254
+ )
255
+ }
230
256
< p />
231
257
< p styleName = "note" >
232
258
Please read the challenge specification carefully and
You can’t perform that action at this time.
0 commit comments