From d459974002bbe87e8ba41bd8ff52f0181a5c52a4 Mon Sep 17 00:00:00 2001
From: Iosif Boanca <iosif.boanca@thinslices.com>
Date: Tue, 16 Oct 2018 10:50:34 +0300
Subject: [PATCH] hin-904-fix split the name+

---
 packages/component-manuscript/src/components/ManuscriptPage.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/component-manuscript/src/components/ManuscriptPage.js b/packages/component-manuscript/src/components/ManuscriptPage.js
index adb62618b..c9ccfc3fa 100644
--- a/packages/component-manuscript/src/components/ManuscriptPage.js
+++ b/packages/component-manuscript/src/components/ManuscriptPage.js
@@ -3,7 +3,7 @@ import { actions } from 'pubsweet-client'
 import { ConnectPage } from 'xpub-connect'
 import { withJournal } from 'xpub-journal'
 import { withRouter } from 'react-router-dom'
-import { head, get, last, isUndefined } from 'lodash'
+import { head, get, isUndefined } from 'lodash'
 import { getFormValues, change as changeForm } from 'redux-form'
 import {
   selectFragment,
-- 
GitLab