Skip to content

Commit

Permalink
chore: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuciulinaru committed Aug 12, 2024
1 parent e54bd74 commit 03d0888
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import React, { useState } from "react";
import SwapWebView from "~/renderer/screens/exchange/Swap2/Form/SwapWebViewDemo3";
import { useSwapLiveConfig } from "@ledgerhq/live-common/exchange/swap/hooks/index";
import { useRemoteLiveAppManifest } from "@ledgerhq/live-common/platform/providers/RemoteLiveAppProvider/index";
import { useLocalLiveAppManifest } from "@ledgerhq/live-common/wallet-api/LocalLiveAppProvider/index";
import React, { useState } from "react";
import styled from "styled-components";
import SwapWebView from "~/renderer/screens/exchange/Swap2/Form/SwapWebViewDemo3";

const Root = styled.div`
display: flex;
Expand Down Expand Up @@ -42,7 +42,7 @@ export function SwapApp() {

if (unavailable) {
// TODO: fix with proper error handling
return <ErrorWrapper>Unable to load application: unavailable</ErrorWrapper>;
return <ErrorWrapper>Unable to load application: Unavailable</ErrorWrapper>;
}

return (
Expand Down

0 comments on commit 03d0888

Please sign in to comment.