Skip to content

Commit

Permalink
Merge pull request #474 from galacticcouncil/enable-custom-rpc
Browse files Browse the repository at this point in the history
Enable custom rpc on prod
  • Loading branch information
vkulinich-cl authored May 13, 2024
2 parents dc9afa2 + 458f6f1 commit 6fa0164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sections/provider/ProviderSelectModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export function ProviderSelectModal(props: {
gradientBg
>
<>
{import.meta.env.VITE_ENV !== "production" && (

<form onSubmit={form.handleSubmit((a) => mutation.mutate(a))}>
<Controller
name="address"
Expand Down Expand Up @@ -104,7 +104,7 @@ export function ProviderSelectModal(props: {
)}
/>
</form>
)}

<SContainer>
<SHeader>
<div css={{ gridArea: "name" }}>
Expand Down

0 comments on commit 6fa0164

Please sign in to comment.