Skip to content

Commit

Permalink
Fix lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joerger committed Dec 10, 2024
1 parent 4fcf357 commit 419bf97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,8 @@ export function CreateEc2IceDialog({
style={{ display: 'flex', textAlign: 'left', width: '100%' }}
>
<Icons.Check size="small" ml={1} mr={2} color="success.main" />
The EC2 instance [{
typedAgentMeta?.node.awsMetadata.instanceId
}] has been added to Teleport.
The EC2 instance [{typedAgentMeta?.node.awsMetadata.instanceId}] has
been added to Teleport.
</Text>
<ButtonPrimary width="100%" onClick={() => nextStep()}>
Next
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,7 @@ export function CreatedDiscoveryConfigDialog({
<>
{' '}
The discovery service can take a few minutes to finish
auto-enrolling resources found in region <Mark>
{region}
</Mark>.
auto-enrolling resources found in region <Mark>{region}</Mark>.
</>
)}
</Text>
Expand Down

0 comments on commit 419bf97

Please sign in to comment.