Skip to content

Commit 3838321

Browse files
committed
Small refactoring
1 parent 2a94386 commit 3838321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/components/app/snaps/snap-ui-input/snap-ui-input.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export const SnapUIInput: FunctionComponent<
6262
id={name}
6363
value={value}
6464
onChange={handleChange}
65-
{...(label ? { label } : {})}
65+
label={label}
6666
{...props}
6767
/>
6868
);

0 commit comments

Comments
 (0)