From c7d0c396da10adfe4a52c00376145134164e744e Mon Sep 17 00:00:00 2001 From: Alexander Busse <102560752+AlexanderBuzz@users.noreply.github.com> Date: Thu, 27 Jul 2023 12:51:23 +0200 Subject: [PATCH] Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md Co-authored-by: Jackson Mills --- .../build-apps/build-a-desktop-wallet-in-javascript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')