Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md

Co-authored-by: Jackson Mills <aim4math@gmail.com>
This commit is contained in:
Alexander Busse
2023-07-27 12:51:23 +02:00
committed by GitHub
parent eef42f38c2
commit c7d0c396da

View File

@@ -1229,7 +1229,7 @@ const { sendXrp } = require('./library/7_helpers')
</div>
```
7. Update `view/renderer.js` by adding:
7. Add the following code to the bottom of `view/renderer.js`:
```javascript
const modalButton = document.getElementById('send-xrp-modal-button')