From 9df52d660feb722404be00a50f3c8a612bec1c15 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 17 Aug 2021 14:42:53 +0200 Subject: Migrate client to eslint --- client/src/app/shared/shared-support-modal/support-modal.component.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'client/src/app/shared/shared-support-modal/support-modal.component.ts') diff --git a/client/src/app/shared/shared-support-modal/support-modal.component.ts b/client/src/app/shared/shared-support-modal/support-modal.component.ts index a0b9fada6..08e997f7b 100644 --- a/client/src/app/shared/shared-support-modal/support-modal.component.ts +++ b/client/src/app/shared/shared-support-modal/support-modal.component.ts @@ -28,7 +28,9 @@ export class SupportModalComponent { const support = this.video?.support || this.videoChannel.support this.markdownService.enhancedMarkdownToHTML(support) - .then(r => this.htmlSupport = r) + .then(r => { + this.htmlSupport = r + }) this.displayName = this.video ? this.video.channel.displayName -- cgit v1.2.3