diff --git a/frontend/src/components/Cohorts/Cohorts.js b/frontend/src/components/Cohorts/Cohorts.js index 12020bd..eb92884 100644 --- a/frontend/src/components/Cohorts/Cohorts.js +++ b/frontend/src/components/Cohorts/Cohorts.js @@ -116,7 +116,7 @@ function Cohorts (props) { } catch (error) { setTimeOut(true) console.log(error) - setError('Unexpected error. Please retry') + setError('No information available right now') } } fetchDataCohorts().catch(console.error) diff --git a/frontend/src/components/FilteringTerms/FilteringTerms.js b/frontend/src/components/FilteringTerms/FilteringTerms.js index 2e56282..240b9c3 100644 --- a/frontend/src/components/FilteringTerms/FilteringTerms.js +++ b/frontend/src/components/FilteringTerms/FilteringTerms.js @@ -299,9 +299,6 @@ function FilteringTerms (props) { backspaceDelete={true} removeTag={remove} /> - {error && ( -

No filtering terms available. Please check your connection

- )} {!error && (