export const RelationshipsSeveranceEvent = ({ type, target, followingCount, followersCount, hidden }) => {
  const intl = useIntl();

  if (hidden) {
    return null;