Skip to content

Commit

Permalink
Merge pull request #216 from masa-finance/fix-show-twitter-success
Browse files Browse the repository at this point in the history
Fix show twitter success
  • Loading branch information
aaronknott committed Jun 14, 2023
2 parents 2833155 + ee45b5c commit 8dbd32a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@masa-finance/masa-react",
"version": "2.4.11",
"version": "2.4.12",
"license": "MIT",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts",
Expand Down
Expand Up @@ -177,7 +177,7 @@ export const InterfaceCreateSoulname = (): JSX.Element => {
);
}

if (!forcedPage && setForcedPage) {
if (setForcedPage) {
reloadSoulnames?.();
setForcedPage('successIdentityCreate');
} else {
Expand Down
Expand Up @@ -76,8 +76,8 @@ export const InterfaceSuccessCreateIdentity = (): JSX.Element => {

const buttonText = useMemo(() => {
switch (company) {
case 'Base Universe':
return 'Mint more names';
/* case 'Base Universe':
* return 'Mint more names'; */
default:
return 'Go to dashboard';
}
Expand Down

0 comments on commit 8dbd32a

Please sign in to comment.