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; const createDescriptionMarkup = (html) => { return { __html: html }; }; return (