import ImmutablePropTypes from 'react-immutable-proptypes'; import { Permalink } from 'flavours/glitch/components/permalink'; export const MentionsPlaceholder = ({ status }) => { if (status.get('spoiler_text').length === 0 || !status.get('mentions')) { return null; } return (