Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WFNEWS-2409 Change Area Restriction radius to 0.5KM #2112

Merged
merged 2 commits into from
Oct 31, 2024

Conversation

ssylver93
Copy link
Collaborator

Changing Area Restriction radius from 25KM to 0.5KM so only overlapping Area Restrictions are returned for incidents. Changing the class name from PublicIncidentPage to PublicIncidentPageComponent according to (https://angular.io/styleguide#style-02-03)eslint[@angular-eslint/component-class-suffix] Component class names should end with one of these suffixes: "Component"

@@ -251,7 +251,7 @@ import { SuspectedCauseCardComponent } from './components/public-incident-page/i
import { TextCardComponent } from './components/public-incident-page/incident-tabs/cards/text-card/text-card.component';
import { ContactUsBannerComponent } from './components/public-incident-page/incident-tabs/contact-us-banner/contact-us-banner.component';
import { IncidentTabsComponent } from './components/public-incident-page/incident-tabs/incident-tabs.component';
import { PublicIncidentPage } from './components/public-incident-page/public-incident-page.component';
import { PublicIncidentPageComponent } from './components/public-incident-page/public-incident-page.component';
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for cleaning up the SonarLint stuff as you go. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants