Update environment-explorer-ui.tsx

pull/5597/head
Aniket 1 month ago
parent bae1b9a9b7
commit 66dd58499e
  1. 4
      libs/remix-ui/environment-explorer/src/lib/components/environment-explorer-ui.tsx

@ -101,7 +101,7 @@ export const EnvironmentExplorerUI = (props: environmentExplorerUIProps) => {
await pinStateCallback(provider, pinned)
}}
>
<div data-id={provider.name + 'desc'}>{(section.descriptionFn && section.descriptionFn(provider)) || provider.description}</div>
<div data-id={`${provider.name}desc`}>{(section.descriptionFn && section.descriptionFn(provider)) || provider.description}</div>
</RemixUIGridCell>
))}
</RemixUIGridSection>
@ -110,4 +110,4 @@ export const EnvironmentExplorerUI = (props: environmentExplorerUIProps) => {
</RemixUIGridView>
</>
)
}
}

Loading…
Cancel
Save