Skip to content

Commit

Permalink
elixir-bsc
Browse files Browse the repository at this point in the history
  • Loading branch information
GMILLA92 committed Jan 22, 2024
1 parent a59e698 commit 5db1893
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/Cohorts/Cohorts.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 0 additions & 3 deletions frontend/src/components/FilteringTerms/FilteringTerms.js
Original file line number Diff line number Diff line change
Expand Up @@ -299,9 +299,6 @@ function FilteringTerms (props) {
backspaceDelete={true}
removeTag={remove}
/>
{error && (
<h3>No filtering terms available. Please check your connection</h3>
)}

{!error && (
<div className='tableWrapper'>
Expand Down

0 comments on commit 5db1893

Please sign in to comment.