Fix type error in StyleGuidePage
This commit is contained in:
parent
bac7acb021
commit
9930d9adf9
|
|
@ -513,7 +513,7 @@ function log(data: any) {
|
||||||
progress: 'in_progress',
|
progress: 'in_progress',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
progress: 'done',
|
progress: 'none',
|
||||||
},
|
},
|
||||||
]"
|
]"
|
||||||
></LearningPathCircle>
|
></LearningPathCircle>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue