1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-12 22:57:38 +02:00

Fixed multiple instance issue

This commit is contained in:
Laurent Cozic
2017-07-09 23:57:15 +01:00
parent 297edfa682
commit dc4eb35fca
8 changed files with 120 additions and 131 deletions

View File

@ -88,7 +88,6 @@ ScreenHeaderComponent.defaultProps = {
const ScreenHeader = connect(
(state) => {
console.info('CONNECT', state.historyCanGoBack);
return {
historyCanGoBack: state.historyCanGoBack,
};