import React from 'react'; import {Button} from 'coral-ui'; export default ({status, onClick}) => ( status === 'open' ? (

This comment stream is currently open. By closing this comment stream, no new comments may be submitted and all previous comments will still be displayed.

) : (

This comment stream is currently closed. By opening this comment stream, new comments may be submitted and displayed

) );