Skip to content

fix lint issues#1

Merged
MHammad33 merged 1 commit intomainfrom
fixes/lint
Jun 23, 2025
Merged

fix lint issues#1
MHammad33 merged 1 commit intomainfrom
fixes/lint

Conversation

@MHammad33
Copy link
Owner

@MHammad33 MHammad33 commented Jun 23, 2025

There was a lint issue that was preventing the application to be production ready. We removed the unused variable and resolved the lint issue.

This PR cleans up lint errors by removing an unused selector and stray whitespace.

  • Deleted isLoading selector import and variable since it was unused.
  • Removed trailing blank line in package.json.

@vercel
Copy link

vercel bot commented Jun 23, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
finance-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 23, 2025 11:59am

@MHammad33 MHammad33 requested a review from Copilot June 23, 2025 11:39

This comment was marked as outdated.

Repository owner deleted a comment from netlify bot Jun 23, 2025
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR addresses lint errors by removing an unused selector in the Dashboard component and cleaning up stray whitespace in configuration.

  • Removed the unused isLoading selector and associated useSelector call in Dashboard.tsx
  • Added a newline at the end of Dashboard.tsx for proper EOF formatting
  • Removed an extraneous blank line at the end of package.json

Reviewed Changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
src/components/dashboard/Dashboard.tsx Deleted unused isLoading selector and added EOF newline
package.json Removed trailing blank line

@MHammad33 MHammad33 merged commit 21790cd into main Jun 23, 2025
3 checks passed
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.

3 participants