Fixed page title while loading

This commit is contained in:
Jori Lallo
2017-06-25 15:14:25 -07:00
parent 6eecd830db
commit b7dd74fb6c

View File

@ -117,13 +117,10 @@ type Props = {
); );
return ( return (
<Container flex column> <Container column auto>
{titleText && <PageTitle title={titleText} />}
<Prompt when={this.store.hasPendingChanges} message={DISCARD_CHANGES} />
<PagePadding auto justify="center"> <PagePadding auto justify="center">
<PageTitle title={titleText} />
<Prompt
when={this.store.hasPendingChanges}
message={DISCARD_CHANGES}
/>
{this.store.isFetching && {this.store.isFetching &&
<CenteredContent> <CenteredContent>
<PreviewLoading /> <PreviewLoading />