Skip to content

Commit

Permalink
Enable custom rpc on prod
Browse files Browse the repository at this point in the history
  • Loading branch information
vkulinich-cl committed May 13, 2024
1 parent dc9afa2 commit 458f6f1
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 458f6f1

Please sign in to comment.