1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Fixed tests

This commit is contained in:
Laurent Cozic 2021-06-17 18:32:52 +01:00
parent d698ea0c12
commit d73eab6f82

View File

@ -119,7 +119,7 @@ export default class MustacheService {
globalParams = {
...this.defaultLayoutOptions,
...globalParams,
userDisplayName: this.userDisplayName(globalParams.owner),
userDisplayName: this.userDisplayName(globalParams ? globalParams.owner : null),
};
const contentHtml = Mustache.render(