Fixed page title while loading

This commit is contained in:
Jori Lallo 2017-06-25 15:14:25 -07:00
parent 6eecd830db
commit b7dd74fb6c
1 changed files with 3 additions and 6 deletions

View File

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