This commit is contained in:
sandra 2022-11-12 13:00:17 +01:00
parent f36bb05839
commit a40c827ca8
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ async function withdraw(){
</tr>
<tr>
<td>Amount</td>
<td>{props.amount}</td>
<td>{props.amount} ETH</td>
</tr>
</tbody>
</table>