Skip to content

Commit

Permalink
fix allow notifications screen doesn't display on account recovery #3619
Browse files Browse the repository at this point in the history
 (#3625)

Co-authored-by: venkateshzoft <[email protected]>
  • Loading branch information
palanivenkatesh and venkateshzoft authored Apr 6, 2023
1 parent 4808679 commit 34eca50
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import { AlreadyOnboarded } from "./AlreadyOnboarded";
import { Finish } from "./Finish";
import { KeyringTypeSelector } from "./KeyringTypeSelector";
import { MnemonicSearch } from "./MnemonicSearch";
import { NotificationsPermission } from "./NotificationsPermission";
import { RecoverAccountUsernameForm } from "./RecoverAccountUsernameForm";
import { TwitterConnect } from "./TwitterConnect";

Expand Down Expand Up @@ -151,6 +152,7 @@ export const RecoverAccount = ({
/>,
]
: []),
<NotificationsPermission key="NotificationsPermission" onNext={nextStep} />,
<Finish key="Finish" isAddingAccount={isAddingAccount} />,
];

Expand Down

1 comment on commit 34eca50

@vercel
Copy link

@vercel vercel bot commented on 34eca50 Apr 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.