mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 04:05:49 +00:00
Fixed typo
This commit is contained in:
@@ -404,7 +404,7 @@ This renaming might seem a bit nit-picky, but now we actually pass on an object
|
|||||||
</body>
|
</body>
|
||||||
```
|
```
|
||||||
|
|
||||||
5. Modify the `view/render.js` file to handle the new placeholders. Note that the renamed preloader function is now reflected in `window.electronAPI.onUpdateLedgerData`:
|
5. Modify the `view/renderer.js` file to handle the new placeholders. Note that the renamed preloader function is now reflected in `window.electronAPI.onUpdateLedgerData`:
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
const ledgerIndexEl = document.getElementById('ledger-index')
|
const ledgerIndexEl = document.getElementById('ledger-index')
|
||||||
|
|||||||
Reference in New Issue
Block a user