Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
ani-kalpachka committed Sep 11, 2024
1 parent 8fce75e commit 778e7be
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ export function TeamMemberDescription({ description }: Props) {

return (
<>
<Description ref={descriptionRef} variant="body2" maxHeight={show ? 'auto' : theme.spacing(23)}>
<Description
ref={descriptionRef}
variant="body2"
maxHeight={show ? 'auto' : theme.spacing(23)}>
{description}
</Description>

Expand Down

0 comments on commit 778e7be

Please sign in to comment.