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) => {
9393 return show ( step . status ) ? (
9494 < div key = { step . id } >
9595 { 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+ </ >
106109 ) }
107110 < Step
108111 key = { step . id }
You can’t perform that action at this time.
0 commit comments