diff --git a/content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md b/content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md index d803083a08..4674cfdff7 100644 --- a/content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md +++ b/content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md @@ -1229,7 +1229,7 @@ const { sendXrp } = require('./library/7_helpers') ``` -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')