We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e38e70 commit cbd8b58Copy full SHA for cbd8b58
src/components/Swap.jsx
@@ -118,7 +118,7 @@ export default function Swap() {
118
function getExchangeRate(decimal) {
119
if (isValid) {
120
const exchangeRate = (outputAmount / inputAmount).toFixed(decimal);
121
- return `Exchange rate: 1 ${inputPurse.description} = ${exchangeRate} ${outputPurse.description}`;
+ return `Exchange rate: 1 ${inputPurse.assayId} = ${exchangeRate} ${outputPurse.assayId}`;
122
}
123
return '';
124
0 commit comments