Skip to content

Commit

Permalink
chore: logs
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuciulinaru committed Jan 3, 2025
1 parent 961c072 commit bb43d8b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/ledger-live-mobile/src/screens/Swap/LiveApp/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ export function SwapLiveApp() {
const { state: remoteLiveAppState } = useRemoteLiveAppContext();

const [webviewState, setWebviewState] = useState<WebviewState>(initialWebviewState);
// const isWebviewError = webviewState?.url.includes("/unknown-error");
const isWebviewError = webviewState?.url.includes("/demo3");
const isWebviewError = webviewState?.url.includes("/unknown-error");

const manifest: LiveAppManifest | undefined = !localManifest ? remoteManifest : localManifest;

Expand Down

0 comments on commit bb43d8b

Please sign in to comment.