Removed locale overrides

ref #84
This commit is contained in:
2021-02-28 16:34:04 +01:00
parent e24b84e709
commit 9a8a978e49
5 changed files with 0 additions and 5 deletions

View File

@@ -84,7 +84,6 @@
}
}
async function generateSponsoringContract(locale) {
locale = getLocaleFromNavigator();
const runners = await RunnerTeamService.runnerTeamControllerGetRunners(
teamdata.id
);