Skip to content

Commit

Permalink
remove leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
luistorres committed Apr 26, 2024
1 parent 247a265 commit cdb5600
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ const getNotVerifiedMessage = (status: idOSCredentialStatus | undefined) => {
};

const Status = () => {
const { getProviderUrl, address, hasProfile } = useIdOS();
const { status, error, isSuccess, isLoading } = useKyc();
const { getProviderUrl, address } = useIdOS();
const { status, error, isLoading } = useKyc();
if (!address) return 'wallet not connected';

const providerUrl = getProviderUrl(address);
Expand Down

0 comments on commit cdb5600

Please sign in to comment.