We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81f3ecd + d43bb0d commit aed5819Copy full SHA for aed5819
1 file changed
js/screens/journal.js
@@ -983,7 +983,7 @@ const Journal = {
983
},
984
985
showLocalJournal() {
986
- if (this.journalType === this.constant.journalType) return;
+ if (this.journalType === this.constant.journalLocal) return;
987
this.trace("show_journal", "local");
988
this.journalType = this.constant.journalLocal;
989
this.journalId = null;
0 commit comments