explorer: fix typo in InitializeMarketDetailsCard

This commit is contained in:
Leo 2021-01-23 19:40:36 +01:00 committed by Michael Vines
parent 96b27ca0cb
commit 561d385281
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ export function InitializeMarketDetailsCard(props: {
</tr> </tr>
<tr> <tr>
<td>Quote Dust THreshold</td> <td>Quote Dust Threshold</td>
<td className="text-lg-right"> <td className="text-lg-right">
{info.quoteDustThreshold.toString(10)} {info.quoteDustThreshold.toString(10)}
</td> </td>