Skip to content

Commit

Permalink
Fix note tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Marekkon5 committed Nov 16, 2021
1 parent fa4e480 commit 26d574a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/js/quicktag.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class QTTrack {

// Get note from tags
getNote() {
if (this.note) {
if (this.note || this.note === '') {
return this.note;
}
let field = this.removeAbstractions(this.settings.noteTag.tag[this.getTagField()]);
Expand Down

0 comments on commit 26d574a

Please sign in to comment.