Improve comments

Closes #1171

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2022-10-25 19:01:26 +02:00
parent e32611c968
commit cce0406db5
8 changed files with 183 additions and 297 deletions

View File

@@ -61,7 +61,7 @@ export function useAnonymousReportsConfig() {
}>(ANONYMOUS_REPORTS_CONFIG, undefined, { fetchPolicy: "cache-only" });
const anonymousReportsConfig = computed(
() => configResult.value?.config?.anonymous?.participation
() => configResult.value?.config?.anonymous?.reports
);
return { anonymousReportsConfig, error, loading };
}