remove unneeded change

This commit is contained in:
gitstart-omnivore 2022-03-23 21:25:39 +00:00
parent f76abe0763
commit 46b2dc1571

View file

@ -71,7 +71,7 @@ export type DropdownAlignment =
type DropdownProps = {
labelText?: string
triggerElement: React.ReactNode
children: React.ReactNode,
children: React.ReactNode
styledArrow?: boolean
align?: DropdownAlignment
}