Skip to content

Commit

Permalink
Merge branch 'production' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
nohaapav authored Sep 19, 2024
2 parents a07d8a9 + 279f02c commit 3a788e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 Expand Up @@ -133,7 +133,7 @@ export function ProviderSelectModal(props: {
)
})}

{import.meta.env.VITE_ENV !== "production" &&
{
rpcList?.map((rpc, index) => (
<Fragment key={rpc.url}>
<ProviderItem
Expand Down

0 comments on commit 3a788e1

Please sign in to comment.