-
{{ cohortChoice?.value }}
diff --git a/packages/frontend-shared/src/gql-components/composables/useCohorts.ts b/packages/frontend-shared/src/gql-components/composables/useCohorts.ts
index c399c6b6d487..b5498b35728e 100644
--- a/packages/frontend-shared/src/gql-components/composables/useCohorts.ts
+++ b/packages/frontend-shared/src/gql-components/composables/useCohorts.ts
@@ -61,7 +61,7 @@ export const useCohorts = () => {
*
* @returns a reactive reference to the cohort option that is selected
*/
- const getCohort = async (config: CohortConfig) => {
+ const getCohort = (config: CohortConfig) => {
const cohortOptionSelected = ref