Skip to content

Commit

Permalink
fix: Incorrect param name in crypto fiat context (#1922)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhesgodi authored Jun 19, 2024
1 parent 83aefad commit 7340d38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const getCryptoToFiatConversion = async (

const cryptoToFiatResult = await cryptoFiat.convert({
tokenSymbols,
fiatSymbol,
fiatSymbols: [fiatSymbol],
});

return updateConversions(cryptoToFiatResult, fiatSymbol);
Expand Down

0 comments on commit 7340d38

Please sign in to comment.