mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove uneeded coma
This commit is contained in:
parent
a56314c21a
commit
f92c4a3eef
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ export type DropdownAlignment =
|
|||
type DropdownProps = {
|
||||
labelText?: string
|
||||
triggerElement: React.ReactNode
|
||||
children: React.ReactNode,
|
||||
children: React.ReactNode
|
||||
styledArrow?: boolean
|
||||
align?: DropdownAlignment
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue