fix typo
This commit is contained in:
parent
fe6e9be702
commit
5ed4d5d54d
@ -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: [],
|
||||
|
Loading…
Reference in New Issue
Block a user