Skip to content

Commit

Permalink
Merge pull request #185 from europeana/feat/MET-6048-Country-Page-Con…
Browse files Browse the repository at this point in the history
…tent-Tier-Zero

MET-6048 Prettier
  • Loading branch information
andyjmaclean authored Aug 2, 2024
2 parents 8c58069 + 5969b4c commit 17998b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/country/country.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export class CountryComponent extends SubscriptionManager {
if (entry.isIntersecting && entry.intersectionRatio >= 0.3) {
this.headerRef.pageTitleInViewport = true;
}
if(!entry.isIntersecting) {
if (!entry.isIntersecting) {
this.headerRef.pageTitleInViewport = false;
}
});
Expand Down

0 comments on commit 17998b5

Please sign in to comment.