removed carriage returns
This commit is contained in:
parent
124fd267d9
commit
98d583a665
1 changed files with 0 additions and 3 deletions
|
@ -13,11 +13,8 @@ type Props = {
|
||||||
class ModalPublishSuccess extends React.PureComponent<Props> {
|
class ModalPublishSuccess extends React.PureComponent<Props> {
|
||||||
render() {
|
render() {
|
||||||
const { closeModal, clearPublish, navigate, uri, isEdit } = this.props;
|
const { closeModal, clearPublish, navigate, uri, isEdit } = this.props;
|
||||||
|
|
||||||
const contentLabel = isEdit ? 'Updates published' : 'File published';
|
const contentLabel = isEdit ? 'Updates published' : 'File published';
|
||||||
|
|
||||||
const publishMessage = isEdit ? 'updates have been' : 'file has been';
|
const publishMessage = isEdit ? 'updates have been' : 'file has been';
|
||||||
|
|
||||||
const publishType = isEdit ? 'updates' : 'file';
|
const publishType = isEdit ? 'updates' : 'file';
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Add table
Reference in a new issue