Removed text doublet in Step 8

This commit is contained in:
AlexanderBuzz
2023-07-28 14:19:22 +02:00
parent 767ab3d58d
commit 614c1d0482

View File

@@ -1434,12 +1434,6 @@ sendXrpButtonEl.addEventListener('click', () => {
})
```
The updated preloader `view/8_preloader.js` is also modified the same way by adding the following two event listeners:
`view/8_preload.js`
{{ include_code("_code-samples/build-a-wallet/desktop-js/view/8_preload.js", language="js", lines="33-38") }}
Run the following command:
```console