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> {
|
||||
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 (
|
||||
|
|
Loading…
Reference in a new issue