chore: remove unused code (#51508)

This commit is contained in:
thinkasany 2024-11-06 16:55:16 +08:00 committed by GitHub
parent efc754c3e9
commit 35d4ab7e4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View File

@ -155,7 +155,6 @@ const InternalCheckbox: React.ForwardRefRenderFunction<CheckboxRef, CheckboxProp
);
return wrapCSSVar(
<Wave component="Checkbox" disabled={mergedDisabled}>
{}
<label
className={classString}
style={{ ...checkbox?.style, ...style }}

View File

@ -84,7 +84,6 @@ const InternalRadio: React.ForwardRefRenderFunction<RadioRef, RadioProps> = (pro
return wrapCSSVar(
<Wave component="Radio" disabled={radioProps.disabled}>
{}
<label
className={wrapperClassString}
style={{ ...radio?.style, ...style }}