We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ba53c1 commit 27234e7Copy full SHA for 27234e7
app/src/lib/components/TransferFrom/index.svelte
@@ -70,6 +70,7 @@ const quoteToken: Readable<Nullable<QuoteData>> = derived<
70
return
71
}
72
73
+ //@ts-ignore
74
getQuoteToken($source, $asset, channel)
75
.then(result => {
76
if (result.isOk()) {
0 commit comments