Make full width prop optional

pull/10616/head
Alex P 2018-06-13 11:56:49 -07:00
parent ed2db34454
commit fc40e12dfe
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ interface Props {
pageTitle?: string
renderTitle?: () => ReactElement<any>
renderOptions?: () => ReactElement<any>
fullWidth: boolean
fullWidth?: boolean
}
const PageHeader: SFC<Props> = ({