fix wrong property
This commit is contained in:
parent
87c10f6c8a
commit
3348db0d5e
@ -127,7 +127,7 @@ function ViewStep({
|
||||
return fetch(`${reserve.exchange_url}wire`)
|
||||
.then((r) => r.json())
|
||||
.then((r) => {
|
||||
const wireMethods = r.data.accounts.map((a: any) => {
|
||||
const wireMethods = r.accounts.map((a: any) => {
|
||||
const match = PAYTO_WIRE_METHOD_LOOKUP.exec(a.payto_uri);
|
||||
return (match && match[1]) || "";
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user