Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3523007

Browse files
committed
admin mode review page styles
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
1 parent05209eb commit3523007

File tree

1 file changed

+13
-10
lines changed
  • web-app/src/containers/Tutorial/containers

1 file changed

+13
-10
lines changed

‎web-app/src/containers/Tutorial/containers/Review.tsx

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -93,16 +93,19 @@ const ReviewPage = (props: Props) => {
9393
returnshow(step.status) ?(
9494
<divkey={step.id}>
9595
{adminMode&&(
96-
<divcss={styles.adminNav}>
97-
<Button
98-
type="normal"
99-
warning
100-
onClick={()=>props.onResetToPosition({levelId:level.id,stepId:step.id})}
101-
>
102-
{step.id}&nbsp;
103-
<Icontype="refresh"/>
104-
</Button>
105-
</div>
96+
<>
97+
<divcss={styles.adminNav}>
98+
<Button
99+
type="normal"
100+
warning
101+
onClick={()=>props.onResetToPosition({levelId:level.id,stepId:step.id})}
102+
>
103+
{step.id}&nbsp;
104+
<Icontype="refresh"/>
105+
</Button>
106+
</div>
107+
<br/>
108+
</>
106109
)}
107110
<Step
108111
key={step.id}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp