diff --git a/libs/remix-ui/environment-explorer/src/lib/components/environment-explorer-ui.tsx b/libs/remix-ui/environment-explorer/src/lib/components/environment-explorer-ui.tsx index be13e52982..42c2835a41 100644 --- a/libs/remix-ui/environment-explorer/src/lib/components/environment-explorer-ui.tsx +++ b/libs/remix-ui/environment-explorer/src/lib/components/environment-explorer-ui.tsx @@ -78,7 +78,7 @@ export const EnvironmentExplorerUI = (props: environmentExplorerUIProps) => { title={profile.description} description="Select the providers and chains to include them in the ENVIRONMENT select box of the Deploy & Run Transactions plugin." >{ - Object.values(sections).length && Object.values(sections).map((section) => ( + Object.values(sections).length && Object.values(sections).map((section) => ( { }, [filterCon, props.tagList]) useEffect(() => { - if(props.pinned!== pinned) { + if (props.pinned!== pinned) { setPinned(props.pinned) } },[props.pinned])