Merged in fix/LOY-39-redeem-back-button-returns-to-initial-step (pull request #1220)
fix(LOY-39): fix redeem back button to actually go back to initial step Approved-by: Chuma Mcphoy (We Ahead)
This commit is contained in:
@@ -82,7 +82,11 @@ export default function Tier({
|
|||||||
>
|
>
|
||||||
{intl.formatMessage({ id: "Yes, redeem" })}
|
{intl.formatMessage({ id: "Yes, redeem" })}
|
||||||
</Button>
|
</Button>
|
||||||
<Button onClick={close} intent="secondary" theme="base">
|
<Button
|
||||||
|
onClick={() => setRedeemStep("initial")}
|
||||||
|
intent="secondary"
|
||||||
|
theme="base"
|
||||||
|
>
|
||||||
{intl.formatMessage({ id: "Go back" })}
|
{intl.formatMessage({ id: "Go back" })}
|
||||||
</Button>
|
</Button>
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
Reference in New Issue
Block a user