import * as React from "react" import withTranslate from "jamplay-common/i18n/withTranslate" import AuthorItemSubscribe from "./AuthorItemSubscribe" interface AuthorItemPropTypes extends AuthorItemData, withTranslatePropType { highlightText: string refetchData: any loading?: boolean } export const AuthorItemWithSubLabel = (props: AuthorItemPropTypes) => { return (