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-08-07 11:31:40 +02:00
committed by GitHub
parent a957209618
commit b86db485a7

View File

@@ -275,7 +275,7 @@ In the browser, `window.electronAPI.onUpdateLedgerIndex(callback)` can now be us
</html> </html>
``` ```
6. Now create the `renderer.js` file in the `view`folder with the following code: 6. Now create the `renderer.js` file in the `view` folder with the following code:
```javascript ```javascript
const ledgerIndexEl = document.getElementById('ledger-index') const ledgerIndexEl = document.getElementById('ledger-index')