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

Commitd964c3e

Browse files
committed
show all steps
1 parent360abec commitd964c3e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

‎web-app/src/components/Stage/index.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ const Stage = ({ stage, steps, onNextStage, complete }: Props) => {
3838
constactiveIndex=stepList.findIndex((stepId:string)=>{
3939
returnsteps[stepId].status.active
4040
})
41-
// only display up until the active step
42-
constfilteredStepList=stepList.slice(0,activeIndex+1)
4341
return(
4442
<divstyle={styles.card}>
4543
<divstyle={styles.content}>
@@ -48,7 +46,7 @@ const Stage = ({ stage, steps, onNextStage, complete }: Props) => {
4846
</div>
4947
<divstyle={styles.steps}>
5048
<Stepcurrent={activeIndex}direction="ver"shape="dot"animationreadOnly>
51-
{filteredStepList.map((stepId:string,index:number)=>{
49+
{stepList.map((stepId:string,index:number)=>{
5250
conststep=steps[stepId]
5351
return(
5452
<Step.Item

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp