Skip to content

Commit 42bac13

Browse files
Julien Veyssiernpmbuildbot-nextcloud[bot]
authored andcommitted
use notification main link if no parameter has a link
Signed-off-by: Julien Veyssier <[email protected]> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
1 parent ccb92bb commit 42bac13

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

js/notifications-main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/notifications-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Components/Notification.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ export default {
189189
parametersHaveLink = true
190190
}
191191
})
192-
return parametersHaveLink
192+
return !parametersHaveLink
193193
},
194194
195195
preparedSubjectParameters() {

0 commit comments

Comments
 (0)