diff --git a/apps/web/src/components/Basenames/RegistrationContext.tsx b/apps/web/src/components/Basenames/RegistrationContext.tsx index 08a6728b4d..2d300c8f15 100644 --- a/apps/web/src/components/Basenames/RegistrationContext.tsx +++ b/apps/web/src/components/Basenames/RegistrationContext.tsx @@ -206,6 +206,7 @@ export default function RegistrationProvider({ children }: RegistrationProviderP if (transactionIsSuccess && registrationStep === RegistrationSteps.Pending) { if (transactionData.status === 'success') { logEventWithContext('register_name_transaction_success', ActionType.change); + setRegistrationStep(RegistrationSteps.Success); } if (transactionData.status === 'reverted') {