Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronknott committed Aug 23, 2023
1 parent df7d21a commit 594c73f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -39,7 +39,7 @@ const SoulnameModal = ({

const [shouldRestart, setShouldRestart] = useState(false);
const handleError = useCallback(() => {
setSoulname('')
setSoulname('');
setShouldRestart(true);
onError?.();
}, [onError]);
Expand Down

0 comments on commit 594c73f

Please sign in to comment.