Skip to content

Commit c156164

Browse files
committed
Fix lint error
1 parent 33b9ffa commit c156164

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/app/Support/Support.tsx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {
1111
EmptyStateSecondaryActions,
1212
Text,
1313
TextContent,
14-
TextVariants
14+
TextVariants,
1515
} from '@patternfly/react-core';
1616

1717
export interface ISupportProps {
@@ -29,11 +29,12 @@ let Support: React.FunctionComponent<ISupportProps> = () => (
2929
<EmptyStateBody>
3030
<TextContent>
3131
<Text component="p">
32-
This represents an the empty state pattern in Patternfly 4. Hopefully it&apos;s simple enough to use but flexible
33-
enough to meet a variety of needs.
32+
This represents an the empty state pattern in Patternfly 4. Hopefully it&apos;s simple enough to use but
33+
flexible enough to meet a variety of needs.
3434
</Text>
3535
<Text component={TextVariants.small}>
36-
This text has overridden a css component variable to demonstrate how to apply customizations using PatternFly's global variable API.
36+
This text has overridden a css component variable to demonstrate how to apply customizations using
37+
PatternFly&apos;s global variable API.
3738
</Text>
3839
</TextContent>
3940
</EmptyStateBody>

0 commit comments

Comments
 (0)