a test
This commit is contained in:
@@ -56,11 +56,7 @@ class Dashboard extends React.Component {
|
|||||||
>
|
>
|
||||||
<CenteredContent>
|
<CenteredContent>
|
||||||
<Flex direction="column" flex={ true }>
|
<Flex direction="column" flex={ true }>
|
||||||
{ store.isFetching ? (
|
|
||||||
<AtlasPreviewLoading />
|
|
||||||
) : store.atlases && store.atlases.map((atlas) => {
|
|
||||||
return (<AtlasPreview key={ atlas.id } data={ atlas } />);
|
|
||||||
}) }
|
|
||||||
</Flex>
|
</Flex>
|
||||||
</CenteredContent>
|
</CenteredContent>
|
||||||
</Layout>
|
</Layout>
|
||||||
|
|||||||
Reference in New Issue
Block a user