mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 09:23:13 +01:00
Hot fix to show edition even if not logged on
This commit is contained in:
parent
8aae923388
commit
cef2785438
@ -91,7 +91,7 @@ let EditionContainer = React.createClass({
|
||||
const { edition, currentUser, coaMeta } = this.state;
|
||||
const { actionPanelButtonListType, furtherDetailsType } = this.props;
|
||||
|
||||
if (Object.keys(edition).length && edition.id && currentUser && currentUser.email) {
|
||||
if (Object.keys(edition).length && edition.id) {
|
||||
setDocumentTitle([edition.artist_name, edition.title].join(', '));
|
||||
|
||||
return (
|
||||
|
Loading…
Reference in New Issue
Block a user