fix typo
This commit is contained in:
parent
fe6e9be702
commit
5ed4d5d54d
@ -71,7 +71,7 @@ export function useComponentState(
|
|||||||
? "that account is already present"
|
? "that account is already present"
|
||||||
: undefined;
|
: undefined;
|
||||||
|
|
||||||
const unableToAdd = !type || !alias || !!paytoUriError || !uri;
|
const unableToAdd = !type || !alias || paytoUriError !== undefined || uri !== undefined;
|
||||||
|
|
||||||
const accountByType: AccountByType = {
|
const accountByType: AccountByType = {
|
||||||
iban: [],
|
iban: [],
|
||||||
|
Loading…
Reference in New Issue
Block a user