diff --git a/src/components/Editor/Editor.js b/src/components/Editor/Editor.js index 393a2352..7092f484 100644 --- a/src/components/Editor/Editor.js +++ b/src/components/Editor/Editor.js @@ -365,7 +365,7 @@ function mapStateToProps(state, ownProps) { const scrollSyncEnabled = scroll.isScrolling; return { - showDelete: !ownProps.newEntry && selectAllowDeletion(collection), + showDelete: !newEntry && selectAllowDeletion(collection), collection, collections, newEntry,