Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 committed Jul 17, 2024
1 parent 13b5651 commit df9817a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/remix-ide/src/app/providers/environment-explorer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export class EnvironmentExplorer extends ViewPlugin {
}
}}
>
<div>{provider.description}</div>
<div>{provider.description}</div>
</RemixUIGridCell>
})}</RemixUIGridSection>
<RemixUIGridSection
Expand Down Expand Up @@ -192,7 +192,7 @@ export class EnvironmentExplorer extends ViewPlugin {
}
}}
>
<div>{provider.description}</div>
<div>{provider.description}</div>
</RemixUIGridCell>
})}</RemixUIGridSection>
</RemixUIGridView>
Expand Down

0 comments on commit df9817a

Please sign in to comment.