From 54909304287f3c04dcfb39660be8ead57dc95440 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 24 May 2023 16:48:54 +0200 Subject: Remove suppressImplicitAnyIndexErrors It's deprecated by TS --- client/src/app/shared/shared-main/misc/help.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/shared/shared-main/misc/help.component.ts') diff --git a/client/src/app/shared/shared-main/misc/help.component.ts b/client/src/app/shared/shared-main/misc/help.component.ts index 37e2abd97..80fe0e160 100644 --- a/client/src/app/shared/shared-main/misc/help.component.ts +++ b/client/src/app/shared/shared-main/misc/help.component.ts @@ -77,7 +77,7 @@ export class HelpComponent implements OnInit, OnChanges, AfterContentInit { } private createMarkdownList (rules: string[]) { - const rulesToText = { + const rulesToText: { [id: string]: string } = { emphasis: $localize`Emphasis`, link: $localize`Links`, newline: $localize`New lines`, -- cgit v1.2.3