import React from 'react' import styles from './post.less' import * as antd from 'antd' import * as ycore from 'ycore' import Icon from '@ant-design/icons' import {MediaPlayer, PostCard} from 'components' const VerifiedBadge = () => () export default class SecRenderPost extends React.Component{ renderContent(payload){ const { id, postText, postFile_full, post_time, publisher} = payload if (!postFile_full) { return(
{post_time} {ycore.IsThisUser.dev()? `| #${id}` : null}