fixed iconClass and cssClass

This commit is contained in:
zadam
2020-01-25 14:48:53 +01:00
parent ac7d5f2e81
commit 48a7c0235f
5 changed files with 21 additions and 11 deletions

View File

@@ -23,7 +23,7 @@ class WhatLinksHereWidget extends StandardWidget {
}
async refreshWithNote() {
const targetRelations = await this.tabContext.note.getTargetRelations();
const targetRelations = this.tabContext.note.getTargetRelations();
if (targetRelations.length === 0) {
this.$body.text("Nothing links here yet ...");