Commit 4b24e5f7 authored by eddie's avatar eddie Committed by GitHub

fix: remove step indicators in sucess state (#6716)

parent e0a531e5
......@@ -249,7 +249,7 @@ export function PendingModalContent({
</Row>
</HeaderContainer>
{button && <Row justify="center">{button}</Row>}
{!hideStepIndicators && (
{!hideStepIndicators && !showSuccess && (
<Row gap="14px" justify="center">
{steps.map((_, i) => {
return <StepCircle key={i} active={steps.indexOf(currentStep) === i} />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment