Skip to content

Commit

Permalink
Fix checking for links finally
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen authored and backportbot-nextcloud[bot] committed Sep 20, 2022
1 parent 861fa61 commit 54d5a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Notification.vue
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export default {
let parametersHaveLink = false
Object.keys(this.subjectRichParameters).forEach(p => {
if (p.link) {
if (this.subjectRichParameters[p].link) {
parametersHaveLink = true
}
})
Expand Down

0 comments on commit 54d5a31

Please sign in to comment.