Skip to content

Commit 95159b9

Browse files
committed
remove file
1 parent 94fecc5 commit 95159b9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

site/src/components/Form/Form.tsx

+1-3
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,7 @@ export const FormSection: FC<
125125
{alpha && <AlphaBadge />}
126126
{deprecated && <DeprecatedBadge />}
127127
</h2>
128-
{description && (
129-
<div css={styles.formSectionInfoDescription}>{description}</div>
130-
)}
128+
<div css={styles.formSectionInfoDescription}>{description}</div>
131129
</div>
132130

133131
{children}

0 commit comments

Comments
 (0)