From 192b26668848c0ad4c71aeffb306f67f842f7fec Mon Sep 17 00:00:00 2001 From: Jennifer Shehane Date: Wed, 18 Dec 2024 16:33:20 -0500 Subject: [PATCH] fix comment --- .../src/gql-components/composables/useCohorts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend-shared/src/gql-components/composables/useCohorts.ts b/packages/frontend-shared/src/gql-components/composables/useCohorts.ts index 8bf6200e4b95..4cd5506e744f 100644 --- a/packages/frontend-shared/src/gql-components/composables/useCohorts.ts +++ b/packages/frontend-shared/src/gql-components/composables/useCohorts.ts @@ -78,7 +78,7 @@ export const useCohorts = () => { cohortOptionSelected.value = options.find((option) => option.cohort === cohortSelected.data?.determineCohort?.cohort) } - // // tslint:disable:no-floating-promises + // tslint:disable:no-floating-promises fetchCohort() }