Change shouldRenderHeader prop to shouldHideHeader

This commit is contained in:
Brandon Millman
2018-06-06 16:11:23 -07:00
parent 2b4cd8b2ec
commit 14e3f413a2
5 changed files with 13 additions and 13 deletions

View File

@@ -14,7 +14,7 @@ interface GenerateOrderFormProps {
hashData: HashData;
dispatcher: Dispatcher;
isFullWidth?: boolean;
shouldRenderHeader?: boolean;
shouldHideHeader?: boolean;
}
interface ConnectedState {