Skip to content

Commit

Permalink
feat: shows swap loader (#7950)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreicovaciu authored Sep 30, 2024
1 parent a47e68b commit 7c12a08
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/great-months-lick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"ledger-live-desktop": patch
---

Shows swap loader
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,6 @@ const SwapWebView = ({ manifest, liveAppUnavailable }: SwapWebProps) => {
onStateChange={onStateChange}
ref={webviewAPIRef}
customHandlers={customHandlers as never}
hideLoader
/>
</SwapWebAppWrapper>
</>
Expand Down

0 comments on commit 7c12a08

Please sign in to comment.