This repository was archived by the owner on Sep 1, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ steps:
177
177
action_id : metaPR2
178
178
- type : getFileContents
179
179
action_id : fileContents
180
- filename : ' src/List .jsx'
180
+ filename : ' src/App .jsx'
181
181
- type : gate
182
182
left : ' /\s*students\s*:\s*\[\s*\]\s*,\s*/gm'
183
183
operator : test
Original file line number Diff line number Diff line change 1
- Looks you did not create an ` addStudent ` function with the parameter: ` studentName ` .
1
+ Looks like you did not create an ` addStudent ` function with the parameter: ` studentName ` .
2
2
3
3
Try again!
Original file line number Diff line number Diff line change 1
- Looks you did not correctly add an ` h3 ` component in the right place in ` src/App.jsx ` .
1
+ Looks like you did not correctly add an ` h3 ` component in the right place in ` src/App.jsx ` .
2
2
3
3
Try again!
Original file line number Diff line number Diff line change 1
- Looks you did not import the ` List ` component into ` App ` .
1
+ Looks like you did not import the ` List ` component into ` App ` .
2
2
3
3
Try again!
Original file line number Diff line number Diff line change 1
- Looks you did not replace the title with a prop in the correct place in ` src/List.jsx `
1
+ Looks like you did not replace the title with a prop in the correct place in ` src/List.jsx `
2
2
3
3
Try again!
Original file line number Diff line number Diff line change 1
- Looks you did not replace the props for student rendering.
1
+ Looks like you did not replace the props for student rendering.
2
2
3
3
Try again!
Original file line number Diff line number Diff line change 1
- Looks you did not add a ` students ` state variable.
1
+ Looks like you did not add a ` students ` state variable.
2
2
3
3
Try again!
You can’t perform that action at this time.
0 commit comments