mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 04:05:49 +00:00
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:
@@ -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')
|
||||||
|
|||||||
Reference in New Issue
Block a user