export const LinkPostBodyAsStringComponent = ({post}) => {
    return typeof post.linkBody === "string" && post.linkBody !== ""
        ? <div className="post-link-body">
            {
                isHtml(post.linkBody)