moar debugz
This commit is contained in:
parent
08fc557f61
commit
f454caa898
@ -49,25 +49,27 @@ class Dashboard extends React.Component {
|
||||
</Flex>
|
||||
);
|
||||
|
||||
return (
|
||||
<Flex flex={ true }>
|
||||
<Layout
|
||||
actions={ actions }
|
||||
>
|
||||
<CenteredContent>
|
||||
<Flex direction="column" flex={ true }>
|
||||
{ store.isFetching ? (
|
||||
<AtlasPreviewLoading />
|
||||
) : store.atlases && store.atlases.map((atlas) => {
|
||||
return (<AtlasPreview key={ atlas.id } data={ atlas } />);
|
||||
}) }
|
||||
</Flex>
|
||||
</CenteredContent>
|
||||
</Layout>
|
||||
return (<div></div>);
|
||||
|
||||
{ this.state.newAtlasVisible && <FullscreenField /> }
|
||||
</Flex>
|
||||
);
|
||||
// return (
|
||||
// <Flex flex={ true }>
|
||||
// <Layout
|
||||
// actions={ actions }
|
||||
// >
|
||||
// <CenteredContent>
|
||||
// <Flex direction="column" flex={ true }>
|
||||
// { store.isFetching ? (
|
||||
// <AtlasPreviewLoading />
|
||||
// ) : store.atlases && store.atlases.map((atlas) => {
|
||||
// return (<AtlasPreview key={ atlas.id } data={ atlas } />);
|
||||
// }) }
|
||||
// </Flex>
|
||||
// </CenteredContent>
|
||||
// </Layout>
|
||||
|
||||
// { this.state.newAtlasVisible && <FullscreenField /> }
|
||||
// </Flex>
|
||||
// );
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -19,6 +19,8 @@ export default class Home extends React.Component {
|
||||
}
|
||||
|
||||
render() {
|
||||
// <SlackAuthLink />
|
||||
|
||||
return (
|
||||
<div className={ styles.container }>
|
||||
<div className={ styles.content }>
|
||||
@ -44,7 +46,7 @@ export default class Home extends React.Component {
|
||||
</p>
|
||||
</div>
|
||||
<div className={ styles.action }>
|
||||
<SlackAuthLink />
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user