From c46389d79b4b352e18c00b23e96073cfe2ded4ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Kopyci=C5=84ski?= Date: Wed, 26 Aug 2020 09:31:23 +0200 Subject: [PATCH] Update use_selector.tsx --- .../security_solution/public/common/hooks/use_selector.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/x-pack/plugins/security_solution/public/common/hooks/use_selector.tsx b/x-pack/plugins/security_solution/public/common/hooks/use_selector.tsx index f34cad0bf27d7..d5416acb69d14 100644 --- a/x-pack/plugins/security_solution/public/common/hooks/use_selector.tsx +++ b/x-pack/plugins/security_solution/public/common/hooks/use_selector.tsx @@ -4,7 +4,6 @@ * you may not use this file except in compliance with the Elastic License. */ -// eslint-disable-next-line no-restricted-imports import { shallowEqual, useSelector } from 'react-redux'; import deepEqual from 'fast-deep-equal'; import { State } from '../store';