Skip to content

Commit

Permalink
Small refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
david0xd committed Jan 8, 2025
1 parent 16abe03 commit 4f48b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/app/snaps/snap-ui-input/snap-ui-input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const SnapUIInput: FunctionComponent<
id={name}
value={value}
onChange={handleChange}
{...(label ? { label } : {})}
label={label}
{...props}
/>
);
Expand Down

0 comments on commit 4f48b71

Please sign in to comment.