File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed
__tests__/shared/components
SubmissionManagement/__snapshots__
challenge-listing/ChallengeCard/__snapshots__ Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ exports[`Matches shallow shapshot 1`] = `
61
61
onShowDetails = { [Function ]}
62
62
onlineReviewUrl = " "
63
63
showDetails = { Set {}}
64
+ status = { undefined }
64
65
submissionObjects = { Array []}
65
66
type = " Challenge Track"
66
67
/>
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ exports[`Matches shallow shapshot 1`] = `
37
37
onDownload = { [Function ]}
38
38
onShowDetails = { [Function ]}
39
39
showScreeningDetails = { true }
40
+ status = { undefined }
40
41
submissionObject = {
41
42
Object {
42
43
" submissionId" : 12345 ,
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ exports[`Matches shallow shapshot shapshot 1 1`] = `
44
44
</span >
45
45
<Tags
46
46
onTechTagClicked = { [Function ]}
47
+ platforms = " "
47
48
technologies = " Data Science"
48
49
/>
49
50
</div >
@@ -155,6 +156,7 @@ exports[`Matches shallow shapshot shapshot 2 1`] = `
155
156
</span >
156
157
<Tags
157
158
onTechTagClicked = { [Function ]}
159
+ platforms = " "
158
160
technologies = " Go"
159
161
/>
160
162
</div >
@@ -261,6 +263,7 @@ exports[`Matches shallow shapshot shapshot 3 1`] = `
261
263
</span >
262
264
<Tags
263
265
onTechTagClicked = { [Function ]}
266
+ platforms = " "
264
267
technologies = " "
265
268
/>
266
269
</div >
You can’t perform that action at this time.
0 commit comments