Skip to content

Commit aed5819

Browse files
author
Lionel Laské
committed
Merge branch 'pr/1880' into dev
2 parents 81f3ecd + d43bb0d commit aed5819

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/screens/journal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,7 @@ const Journal = {
983983
},
984984

985985
showLocalJournal() {
986-
if (this.journalType === this.constant.journalType) return;
986+
if (this.journalType === this.constant.journalLocal) return;
987987
this.trace("show_journal", "local");
988988
this.journalType = this.constant.journalLocal;
989989
this.journalId = null;

0 commit comments

Comments
 (0)