mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-20 16:03:32 +08:00
chore: fix lint (#51452)
This commit is contained in:
parent
49cf576f46
commit
3f8943e274
@ -118,7 +118,6 @@ const InputNumber = React.forwardRef<HTMLInputElement, InputNumberProps>((props,
|
||||
|
||||
const [variant, enableVariantCls] = useVariant('inputNumber', customVariant, bordered);
|
||||
|
||||
/* biome-ignore lint/complexity/noUselessFragments: avoid falsy value */
|
||||
const suffixNode = hasFeedback && <>{feedbackIcon}</>;
|
||||
|
||||
const inputNumberClass = classNames(
|
||||
|
@ -163,7 +163,6 @@ const InternalMentions = React.forwardRef<MentionsRef, MentionProps>((props, ref
|
||||
|
||||
const [variant, enableVariantCls] = useVariant('mentions', customVariant);
|
||||
|
||||
/* biome-ignore lint/complexity/noUselessFragments: avoid falsy value */
|
||||
const suffixNode = hasFeedback && <>{feedbackIcon}</>;
|
||||
|
||||
const mergedClassName = classNames(
|
||||
|
Loading…
Reference in New Issue
Block a user