🏝Added env vars for service-specific env files

This commit is contained in:
2021-11-08 12:04:15 -08:00
parent b98ad28fbe
commit b13354c9f7
2 changed files with 3 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ export const Dashboard = (): ReactElement => {
{!isEmpty(recentComics) && !isEmpty(recentComics.docs) ? (
<>
<RecentlyImported comicBookCovers={recentComics} />
{!isEmpty(volumeGroups) ? <VolumeGroups /> : null}
{!isNil(volumeGroups) ? <VolumeGroups /> : null}
</>
) : (
<ZeroState