Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
melindafekete committed Sep 19, 2024
1 parent 3eab288 commit 034b5be
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
5 changes: 2 additions & 3 deletions frontend/src/component/onboarding/GenerateApiKey.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,8 @@ export const GenerateApiKey = ({
) : (
<SectionDescription>
You currently have no active API keys for this
project/environment combination. Generate
an API key to proceed with connecting your
SDK.
project/environment combination. Generate an API key to
proceed with connecting your SDK.
</SectionDescription>
)}
{parsedToken ? (
Expand Down
10 changes: 5 additions & 5 deletions frontend/src/component/onboarding/UnleashConcepts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ export const GenerateApiKeyConcepts = () => (
Flags have configuration in environments
</ConceptSummary>
<ConceptDetails>
You can have multiple environments, and each feature flag has a
different configuration per environment.
You can have multiple environments, and each feature flag
has a different configuration per environment.
</ConceptDetails>
</Box>
</ConceptItem>
Expand All @@ -71,9 +71,9 @@ export const GenerateApiKeyConcepts = () => (
SDKs connect to Unleash to retrieve configuration
</ConceptSummary>
<ConceptDetails>
When you connect an SDK to Unleash, it uses the API key
to identify which feature flags and configuration to
retrieve from each environment.
When you connect an SDK to Unleash, it uses the API key to
identify which feature flags and configuration to retrieve
from each environment.
</ConceptDetails>
</Box>
</ConceptItem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,8 @@ export const WelcomeToProject = ({
Connect an SDK
</TitleContainer>
<Typography>
Your project is not yet connected to any SDK. To
start using your feature flag, connect an SDK to the
project.
Your project is not yet connected to any SDK. To start
using your feature flag, connect an SDK to the project.
</Typography>
<ResponsiveButton
onClick={() => {
Expand Down

0 comments on commit 034b5be

Please sign in to comment.