diff --git a/src/components/Collection/Collection.js b/src/components/Collection/Collection.js index f954e736a797..8f3294c73b07 100644 --- a/src/components/Collection/Collection.js +++ b/src/components/Collection/Collection.js @@ -36,7 +36,7 @@ class Collection extends React.Component { render() { const { collection, collections, collectionName, isSearchResults, searchTerm } = this.props; - const newEntryUrl = collection.get('create') && getNewEntryUrl(collectionName); + const newEntryUrl = collection.get('create') ? getNewEntryUrl(collectionName) : ''; return (