From 9c1745d16ad9fe7871b27cf11cbff367a23a9956 Mon Sep 17 00:00:00 2001 From: NidhiKJha Date: Fri, 24 Feb 2023 03:22:48 +0530 Subject: [PATCH] lint error fix --- ui/helpers/utils/permission.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/helpers/utils/permission.js b/ui/helpers/utils/permission.js index b15e1fef56e9..b625c414d610 100644 --- a/ui/helpers/utils/permission.js +++ b/ui/helpers/utils/permission.js @@ -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');