Skip to content

Commit

Permalink
Merge pull request #1971 from CSCfi/qa
Browse files Browse the repository at this point in the history
Qa
  • Loading branch information
konolak authored Feb 6, 2025
2 parents 8d86e7e + feeedb6 commit 2bca875
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/portal/components/results/results.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,9 +294,10 @@ export class ResultsComponent implements OnInit, OnDestroy, AfterViewInit {
if (sessionStorage.getItem('researchersLoginSnackbarVisible')) {
this.mydataLoginSnackbarVisible = true;
}

if (!sessionStorage.getItem('betaSearchBannerDismissed')) {
this.betaSearchBannerVisible = true;
}
if (!sessionStorage.getItem('projectInfoBannerDismissed')) {
this.projectInfoBannerVisible = true;
}
}
Expand Down

0 comments on commit 2bca875

Please sign in to comment.