Skip to content

Commit

Permalink
Update src/components/Form/FormItem/FormItem.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Daniele Cinà <[email protected]>
  • Loading branch information
nicmell and Danielecina authored Jan 7, 2025
1 parent 6a4f5d3 commit 2b0cac9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Form/FormItem/FormItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,16 +135,16 @@ export const FormItem = (
</div>
</Tooltip>
)}
<div className={styles.docLinkContainer}>
{docLink && (
{docLink && (

Check failure on line 138 in src/components/Form/FormItem/FormItem.tsx

View workflow job for this annotation

GitHub Actions / build

Expected indentation of 10 spaces but found 8
<div className={styles.docLinkContainer}>

Check failure on line 139 in src/components/Form/FormItem/FormItem.tsx

View workflow job for this annotation

GitHub Actions / build

Expected indentation of 12 spaces but found 11
<Button
icon={<Icon aria-label="doc-link" component={PiBookOpen} size={16} />}
shape={Button.Shape.Circle}
type={Button.Type.Ghost}
onClick={onClickDocLink}
/>
)}
</div>
</div>
)}

Check failure on line 147 in src/components/Form/FormItem/FormItem.tsx

View workflow job for this annotation

GitHub Actions / build

Expected indentation of 10 spaces but found 8
</div>
)
}
Expand Down

0 comments on commit 2b0cac9

Please sign in to comment.