Skip to content

Commit

Permalink
fix: fix lint comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sahar-fehri committed Jan 15, 2025
1 parent 82f77b0 commit cb91517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/assets-controllers/src/NftController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ export class NftController extends BaseController<
'AccountsController:getSelectedAccount',
);
this.#selectedAccountId = selectedAccount.id;
//Get current state values
// Get current state values
if (
this.#ipfsGateway !== ipfsGateway ||
this.#openSeaEnabled !== openSeaEnabled ||
Expand Down

0 comments on commit cb91517

Please sign in to comment.