Refactoring: use special rendering for mangrove key download in usersettings

This commit is contained in:
Pieter Vander Vennet 2023-09-21 02:31:35 +02:00
parent 3e46334767
commit a3c249474d
7 changed files with 49 additions and 10 deletions

View file

@ -451,7 +451,7 @@ In the case that MapComplete is pointed to the testing grounds, the edit will be
*/
public static SubstituteKeys(
txt: string | undefined,
tags?: Record<string, any>,
tags: Record<string, any> | undefined,
useLang?: string
): string | undefined {
if (txt === undefined) {