We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a94386 commit 3838321Copy full SHA for 3838321
ui/components/app/snaps/snap-ui-input/snap-ui-input.tsx
@@ -62,7 +62,7 @@ export const SnapUIInput: FunctionComponent<
62
id={name}
63
value={value}
64
onChange={handleChange}
65
- {...(label ? { label } : {})}
+ label={label}
66
{...props}
67
/>
68
);
0 commit comments