This commit is contained in:
Sebastian 2022-10-29 19:55:05 -03:00
parent fe6e9be702
commit 5ed4d5d54d
No known key found for this signature in database
GPG Key ID: BE4FF68352439FC1

View File

@ -71,7 +71,7 @@ export function useComponentState(
? "that account is already present"
: undefined;
const unableToAdd = !type || !alias || !!paytoUriError || !uri;
const unableToAdd = !type || !alias || paytoUriError !== undefined || uri !== undefined;
const accountByType: AccountByType = {
iban: [],