Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolethoen committed Oct 11, 2024
1 parent a3fed2b commit d02eb2f
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ import React from 'react';

import { TruncatedText } from "@patternfly/ai-infra-ui-components";

export const TruncatedTextBasic: React.FunctionComponent = () => {
return (
export const TruncatedTextBasic: React.FunctionComponent = () => (
<>
<div style={{
width: '320px',
Expand All @@ -25,4 +24,3 @@ export const TruncatedTextBasic: React.FunctionComponent = () => {
</div>
</>
)
}

0 comments on commit d02eb2f

Please sign in to comment.