Skip to content

Conversation

@kh-ub-ayb
Copy link
Contributor

Fix: Remove Unnecessary Semicolon in toTitleCase Function

Description

Removes an unnecessary semicolon after the toTitleCase function declaration in js/utils/utils.js that was causing ESLint to fail.

Changes

  • File: js/utils/utils.js
  • Removed the trailing semicolon after the function declaration on line 570

BEFORE:

image

AFTER:

image

Testing

  • npm run lint passes
  • npm test passes

Related Issue

Fixes #5412

@github-actions
Copy link
Contributor

✅ All Jest tests passed! This PR is ready to merge.

@kh-ub-ayb
Copy link
Contributor Author

@walterbender @omsuneri please review

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.

[Bug] ESLint Error: Unnecessary Semicolon in utils.js

1 participant