From bc7276a3eeccf4d5fbbf2a645e28764627050d8c Mon Sep 17 00:00:00 2001 From: Robert Austin Date: Tue, 9 Jun 2020 14:41:29 -0400 Subject: [PATCH] [Security Solution] Fix lint error (#68688) --- .../common/components/exceptions/viewer/exception_entries.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/plugins/security_solution/public/common/components/exceptions/viewer/exception_entries.tsx b/x-pack/plugins/security_solution/public/common/components/exceptions/viewer/exception_entries.tsx index d0236adc27c6c..fa21d61b06ebe 100644 --- a/x-pack/plugins/security_solution/public/common/components/exceptions/viewer/exception_entries.tsx +++ b/x-pack/plugins/security_solution/public/common/components/exceptions/viewer/exception_entries.tsx @@ -109,6 +109,7 @@ const ExceptionEntriesComponent = ({ }, }, ], + // eslint-disable-next-line react-hooks/exhaustive-deps [entries] );