From ddbc2cea83fc2c8c86140b021d86a90b05ba7870 Mon Sep 17 00:00:00 2001 From: dannyrb Date: Sun, 10 May 2020 01:02:05 -0400 Subject: [PATCH] Prevent double render --- .../viewer/src/routes/StudyListContainer/StudyListContainer.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/viewer/src/routes/StudyListContainer/StudyListContainer.jsx b/platform/viewer/src/routes/StudyListContainer/StudyListContainer.jsx index 93fd4571f..e66305dec 100644 --- a/platform/viewer/src/routes/StudyListContainer/StudyListContainer.jsx +++ b/platform/viewer/src/routes/StudyListContainer/StudyListContainer.jsx @@ -62,7 +62,7 @@ function StudyListContainer({ history, data: studies }) { skipEmptyString: true, })}`, }); - }, [debouncedFilterValues, history]); + }, [debouncedFilterValues]); const filtersMeta = [ {