Skip to content

Commit

Permalink
lint error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NidhiKJha committed Feb 23, 2023
1 parent a21fbf8 commit 9c1745d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/helpers/utils/permission.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { SNAPS_METADATA } from '../../../shared/constants/snaps';
///: END:ONLY_INCLUDE_IN
import { Icon, ICON_NAMES } from '../../components/component-library';
import { Color } from '../constants/design-system';
import { coinTypeToProtocolName, getSnapDerivationPathName } from './util';
import { coinTypeToProtocolName, getSnapDerivationPathName } from './util'; // eslint-disable-line no-unused-vars

const UNKNOWN_PERMISSION = Symbol('unknown');

Expand Down

0 comments on commit 9c1745d

Please sign in to comment.