correct optimal flag

This commit is contained in:
Florian Scholdei
2019-09-19 11:31:56 +02:00
parent bc44ed249b
commit c76f72b98f

View File

@@ -9,7 +9,7 @@ type Props = {
footer?: any, footer?: any,
active: boolean, active: boolean,
className?: string, className?: string,
headColor?: string headColor: string
}; };
class Modal extends React.Component<Props> { class Modal extends React.Component<Props> {