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

Commita559c1f

Browse files
committed
remove unnecessary icon
1 parent4af1a24 commita559c1f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

‎web-app/src/containers/Tutorial/LevelPage/Level/LevelStageSummary.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import{Icon}from'@alifd/next'
22
import*asReactfrom'react'
3-
import*asTfrom'typings/graphql'
3+
import*asGfrom'typings/graphql'
44

55
importMarkdownfrom'../../../../components/Markdown'
66

@@ -24,7 +24,7 @@ const styles = {
2424
}
2525

2626
interfaceProps{
27-
stage:T.Stage
27+
stage:G.Stage
2828
onNext():void
2929
}
3030

@@ -36,7 +36,6 @@ const LevelStageSummary = (props: Props) => {
3636
<divstyle={styles.left}>
3737
<Markdown>{stage.text||''}</Markdown>
3838
</div>
39-
<divstyle={styles.right}>{active&&<Icontype="arrow-right"style={styles.continueIcon}/>}</div>
4039
</div>
4140
)
4241
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp