From bd5ec4157acbf15371c1b9c30bf939fb08a17493 Mon Sep 17 00:00:00 2001 From: patrykkopycinski Date: Wed, 26 Feb 2020 15:18:34 +0100 Subject: [PATCH] Update index.tsx --- .../legacy/plugins/siem/public/containers/global_time/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/legacy/plugins/siem/public/containers/global_time/index.tsx b/x-pack/legacy/plugins/siem/public/containers/global_time/index.tsx index 9e4a3057afae6..14cdc65ee7bb0 100644 --- a/x-pack/legacy/plugins/siem/public/containers/global_time/index.tsx +++ b/x-pack/legacy/plugins/siem/public/containers/global_time/index.tsx @@ -52,7 +52,7 @@ export const useGlobalTime = () => { return () => { deleteAllQuery({ id: 'global' }); }; - }, [isInitializing , deleteAllQuery]); + }, [isInitializing, deleteAllQuery]); return { isInitializing,