import React from 'react' import { connect } from 'react-redux' import { compose } from 'ramda' import withColours from './withColours' import { Trans, translate } from 'react-i18next' import './News.css' let News = ({ hidden, colours: { textColourOnWhite } }) => !hidden ? (