fix(i18n): prepare for Lokalise
This commit is contained in:
@@ -11,10 +11,8 @@ export default function Label({
|
||||
const classNames = labelVariants({
|
||||
className,
|
||||
size,
|
||||
required,
|
||||
})
|
||||
return (
|
||||
<span className={classNames}>
|
||||
{children} {required ? "*" : ""}
|
||||
</span>
|
||||
)
|
||||
|
||||
return <span className={classNames}>{children}</span>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user