diff --git a/frontend/src/components/Cohorts/Cohorts.js b/frontend/src/components/Cohorts/Cohorts.js
index 794bfc94..3eafb9c7 100644
--- a/frontend/src/components/Cohorts/Cohorts.js
+++ b/frontend/src/components/Cohorts/Cohorts.js
@@ -802,7 +802,7 @@ function Cohorts (props) {
)}
{trigger && noCollectionEvents && showGraphs && (
- NO GRAPHICS AVAILABLE FOR THE SELECTED COHORTS
+ NO GRAPHICS AVAILABLE FOR THE SELECTED COHORT!
)}
{showGraphs === true && dataAvailable === false && timeOut === true && (
diff --git a/frontend/src/components/GenomicVariations/VariantsResults.js b/frontend/src/components/GenomicVariations/VariantsResults.js
index f96f1d4b..a30d3f10 100644
--- a/frontend/src/components/GenomicVariations/VariantsResults.js
+++ b/frontend/src/components/GenomicVariations/VariantsResults.js
@@ -327,7 +327,7 @@ function VariantsResults (props) {
}
var jsonData1 = {}
- console.log(props.sequenceSubmitted)
+
if (props.sequenceSubmitted) {
jsonData1 = {
meta: {
@@ -519,7 +519,7 @@ function VariantsResults (props) {
)}
{show3 && error &&
{error}
}
- {show2 && (
+ {show2 && logInRequired === false && !error && (
)}
- {show1 && (
+ {show1 && logInRequired === false && !error &&(