Fixed dashboard issues

This commit is contained in:
Jori Lallo
2016-08-11 19:30:39 +02:00
parent eb156e3069
commit ee2e29dbd4
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ class Dashboard extends React.Component {
actions={ actions }
>
<CenteredContent>
<Flex direction="column" flex>
<Flex column auto>
{ store.isFetching ? (
<AtlasPreviewLoading />
) : store.collections && store.collections.map((collection) => {