File tree Expand file tree Collapse file tree 1 file changed +13
-10
lines changed
web-app/src/containers/Tutorial/containers Expand file tree Collapse file tree 1 file changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -93,16 +93,19 @@ const ReviewPage = (props: Props) => {
93
93
return show ( step . status ) ? (
94
94
< div key = { step . id } >
95
95
{ adminMode && (
96
- < div css = { styles . adminNav } >
97
- < Button
98
- type = "normal"
99
- warning
100
- onClick = { ( ) => props . onResetToPosition ( { levelId : level . id , stepId : step . id } ) }
101
- >
102
- { step . id }
103
- < Icon type = "refresh" />
104
- </ Button >
105
- </ div >
96
+ < >
97
+ < div css = { styles . adminNav } >
98
+ < Button
99
+ type = "normal"
100
+ warning
101
+ onClick = { ( ) => props . onResetToPosition ( { levelId : level . id , stepId : step . id } ) }
102
+ >
103
+ { step . id }
104
+ < Icon type = "refresh" />
105
+ </ Button >
106
+ </ div >
107
+ < br />
108
+ </ >
106
109
) }
107
110
< Step
108
111
key = { step . id }
You can’t perform that action at this time.
0 commit comments