personafm / persona.fm

Discover your Last.fm music persona with Persona.fm
https://personafm.com
GNU General Public License v3.0
8 stars 9 forks source link

refactor: remove extra closing tags #228

Closed deepsource-autofix[bot] closed 3 weeks ago

deepsource-autofix[bot] commented 3 weeks ago

Components without children can be self-closed to avoid the unnecessary extra closing tag. In JSX, closing tags are required when the component has children example <MyComponent>...</MyComponent> and if there are no child component between these tags, then this component can be self closed using <MyComponent />. It is recommended as it improves readability, and it is more compact to use self-closing for these types of components.

vercel[bot] commented 3 weeks ago

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Comments Updated (UTC)
persona.fm βœ… Ready (Inspect) Visit Preview πŸ’¬ Add feedback Oct 27, 2024 4:03am
1 Skipped Deployment | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **persona-fm-docs** | ⬜️ Ignored ([Inspect](https://vercel.com/raspberri-05/persona-fm-docs/9egYTtLs1BF6CpvTkobuBpBU3Z9u)) | [Visit Preview](https://persona-fm-docs-git-deepsource-autofix-b798f9e0-raspberri-05.vercel.app) | | Oct 27, 2024 4:03am |
deepsource-io[bot] commented 3 weeks ago

Here's the code health analysis summary for commits 145e644..ffecdea. View details on DeepSource β†—.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource JavaScript LogoJavaScriptβœ… Success
🎯 2 occurences resolved
View Check β†—

πŸ’‘ If you’re a repository administrator, you can configure the quality gates from the settings.