Skip to content

fix: remove unused _nextAddress parameter to resolve ESLint errors#346

Open
najeebullahii wants to merge 1 commit into
Core-Foundry:mainfrom
najeebullahii:fix/dashboard-eslint-errors
Open

fix: remove unused _nextAddress parameter to resolve ESLint errors#346
najeebullahii wants to merge 1 commit into
Core-Foundry:mainfrom
najeebullahii:fix/dashboard-eslint-errors

Conversation

@najeebullahii

Copy link
Copy Markdown

Closes #310

Overview

This PR addresses a blocking CI/CD failure caused by a strict linting rule violation (@typescript-eslint/no-unused-vars).

Changes Included

  • dashboard/src/components/ActivityFeed.tsx: Removed the unused _nextAddress parameter from the useWalletAccountSync callback.
  • dashboard/src/pages/EventExplorerPage.tsx: Removed the unused _nextAddress parameter from the useWalletAccountSync callback.

Verification

  • Ran npm run lint locally inside the dashboard workspace, and the two targeting errors are fully resolved.

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.

[Docs] Write Smart Contract Upgrade Guide

1 participant