Skip to content

Commit

Permalink
fix: remove duplicated children in <Checkbox.Group>
Browse files Browse the repository at this point in the history
  • Loading branch information
MildTomato committed Jan 7, 2021
1 parent a27f81c commit ec01c87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Checkbox/Checkbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ function Group({
)
})
: children}
{children}
</CheckboxContext.Provider>
</FormLayout>
)
Expand Down

0 comments on commit ec01c87

Please sign in to comment.