Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronknott committed Aug 23, 2023
1 parent b562631 commit c2b583f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ const SoulnameModal = ({
}) => {
const { company } = useConfig();
const { isLoadingSigner } = useWalletClient();
const { extension, soulname, soulNameError, setSoulname } = useCreateSoulnameModal();
const { extension, soulname, soulNameError, setSoulname } =
useCreateSoulnameModal();
const { connector } = useWalletClient();

const [shouldRestart, setShouldRestart] = useState(false);
Expand Down

0 comments on commit c2b583f

Please sign in to comment.