Skip to content

Commit

Permalink
Ignore deprecation on Ledger class set by common repo
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed Jul 14, 2024
1 parent cdc4a9e commit 7aa3d48
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/extension-ui/src/hooks/useLedger.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
// Copyright 2019-2024 @polkadot/extension-ui authors & contributors
// SPDX-License-Identifier: Apache-2.0

// This is to ensure the legacy `class Ledger` doesn't throw linting errors.
//
/* eslint-disable deprecation/deprecation */

import type { Network } from '@polkadot/networks/types';

import { useCallback, useEffect, useMemo, useState } from 'react';
Expand Down

0 comments on commit 7aa3d48

Please sign in to comment.