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,
active: boolean,
className?: string,
headColor?: string
headColor: string
};
class Modal extends React.Component<Props> {