Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronknott committed Jun 14, 2023
1 parent 4d2d326 commit 52d2ce6
Showing 1 changed file with 2 additions and 2 deletions.
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 52d2ce6

Please sign in to comment.