pull/5510/head
bunsenstraat 1 month ago committed by Aniket
parent 025bd02f50
commit f72477cfd6
  1. 2
      libs/remix-ui/environment-explorer/src/lib/components/environment-explorer-ui.tsx
  2. 2
      libs/remix-ui/grid-view/src/lib/remix-ui-grid-cell.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) => (
<RemixUIGridSection
plugin={this}
title={section.title}

@ -55,7 +55,7 @@ export const RemixUIGridCell = (props: RemixUIGridCellProps) => {
}, [filterCon, props.tagList])
useEffect(() => {
if(props.pinned!== pinned) {
if (props.pinned!== pinned) {
setPinned(props.pinned)
}
},[props.pinned])

Loading…
Cancel
Save