Skip to content

Commit

Permalink
god bless playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeesun Kim authored and Jeesun Kim committed Apr 24, 2024
1 parent 4b988ff commit e9e447c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/(sidebar)/account/create/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ export default function CreateAccount() {
</Card>

<SuccessMsg
publicKey={account.publicKey!}
isVisible={Boolean(showAlert && isSuccess && account.publicKey)}
onClose={() => {
setShowAlert(false);
Expand Down

0 comments on commit e9e447c

Please sign in to comment.