removed carriage returns

This commit is contained in:
Jon Lynch 2019-06-25 20:31:27 -05:00
parent 124fd267d9
commit 98d583a665

View file

@ -13,11 +13,8 @@ type Props = {
class ModalPublishSuccess extends React.PureComponent<Props> {
render() {
const { closeModal, clearPublish, navigate, uri, isEdit } = this.props;
const contentLabel = isEdit ? 'Updates published' : 'File published';
const publishMessage = isEdit ? 'updates have been' : 'file has been';
const publishType = isEdit ? 'updates' : 'file';
return (