Skip to content

Commit

Permalink
Not all paths return a value: fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
hide-on-bush-x committed Feb 28, 2023
1 parent 6872868 commit 7506d53
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -51,6 +51,8 @@ export const InterfaceCreateSoulname = (): JSX.Element => {
if (!isAvailable) {
return 'Soulname not available';
}

return undefined;
}, [masa, soulname, isAvailable]);

useEffect(() => {
Expand Down

0 comments on commit 7506d53

Please sign in to comment.