Make full width prop optional
parent
ed2db34454
commit
fc40e12dfe
|
@ -6,7 +6,7 @@ interface Props {
|
|||
pageTitle?: string
|
||||
renderTitle?: () => ReactElement<any>
|
||||
renderOptions?: () => ReactElement<any>
|
||||
fullWidth: boolean
|
||||
fullWidth?: boolean
|
||||
}
|
||||
|
||||
const PageHeader: SFC<Props> = ({
|
||||
|
|
Loading…
Reference in New Issue