Skip to content

Commit

Permalink
Temporary fix to unblock users for error when downloading snapshot (#188
Browse files Browse the repository at this point in the history
)

- My suspicion is that electron doens't handle making an API call to the node when the snapshot is being downloaded.
- This API call happens to determine the network id of the node.
  • Loading branch information
patnir authored Apr 2, 2024
1 parent 0af7bc4 commit 9564131
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions renderer/layouts/OnboardingLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { ReactNode } from "react";
import { defineMessages, useIntl } from "react-intl";

import { LanguageSelector } from "@/components/LanguageSelector/LanguageSelector";
import { NetworkSelector } from "@/components/NetworkSelector/NetworkSelector";
import bigOnboardingFish from "@/images/big-onboarding-fish.svg";
import discord from "@/images/discord.png";

Expand Down Expand Up @@ -104,7 +103,7 @@ export function OnboardingLayout({ children }: { children: ReactNode }) {
}}
/>
</Box>
<Box>
{/* <Box>
<NetworkSelector
buttonContainerProps={{
px: {
Expand All @@ -114,7 +113,7 @@ export function OnboardingLayout({ children }: { children: ReactNode }) {
bg: "white",
}}
/>
</Box>
</Box> */}
<Box
as="a"
target="_blank"
Expand Down

0 comments on commit 9564131

Please sign in to comment.