Skip to content

Commit

Permalink
fix: comma
Browse files Browse the repository at this point in the history
  • Loading branch information
pbastia authored and dleard committed Nov 24, 2021
1 parent 7ea9480 commit 4b4ac92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/lib/theme/widgets/TextWidget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ const TextWidget: React.FunctionComponent<WidgetProps> = ({
placeholder,
onChange,
label,
value
required
value,
required,
}) => {
return (
<Input
Expand Down

0 comments on commit 4b4ac92

Please sign in to comment.