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

Fix sonar issues in pages, containers, components folders #2968

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

Conversation

sandrvvu
Copy link
Contributor

Fixed some sonar issues in pages, containers, components folder.

@sandrvvu sandrvvu added the sonarFix fix the sonar issues label Dec 12, 2024
@sandrvvu sandrvvu self-assigned this Dec 12, 2024
@sandrvvu sandrvvu changed the title Fix sonar issues Fix sonar issues in pages, containers, components folders Dec 12, 2024
@sandrvvu sandrvvu marked this pull request as ready for review December 12, 2024 12:55
@sandrvvu sandrvvu linked an issue Dec 12, 2024 that may be closed by this pull request
@@ -60,12 +60,14 @@ const OfferFilterList: FC<OfferFilterListProps> = ({
const handleFilterChange = (key: keyof FindOffersFilters) => () =>
updateFilterByKey(key)

const getOptionLabelForLanguage = (option: LanguageFilter | null): string => {
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
const getOptionLabelForLanguage = (option: LanguageFilter | null): string => {
const getOptionLabelForLanguage = (option: LanguageFilter | null) => {

Is a return type here necessary?

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

Successfully merging this pull request may close these issues.

Fix sonar issues in pages, components, containers folders
4 participants