diff --git a/src/client/components/ComicDetail/Tabs/VolumeInformation.tsx b/src/client/components/ComicDetail/Tabs/VolumeInformation.tsx index ce38efe..fbbee27 100644 --- a/src/client/components/ComicDetail/Tabs/VolumeInformation.tsx +++ b/src/client/components/ComicDetail/Tabs/VolumeInformation.tsx @@ -1,5 +1,7 @@ import React, { ReactElement } from "react"; import ComicVineDetails from "../ComicVineDetails"; +import { convert } from "html-to-text"; +import { isEmpty } from "lodash"; export const VolumeInformation = (props): ReactElement => { const { data } = props; @@ -14,12 +16,14 @@ export const VolumeInformation = (props): ReactElement => { data={data.sourcedMetadata.comicvine} updatedAt={data.updatedAt} /> -
+