diff --git a/frontend/src/Components/Pages/DeletionLogPage.js b/frontend/src/Components/Pages/DeletionLogPage.js index 1457e1f..bd4ae29 100644 --- a/frontend/src/Components/Pages/DeletionLogPage.js +++ b/frontend/src/Components/Pages/DeletionLogPage.js @@ -33,6 +33,7 @@ const DeletionLogPage = () => { useEffect(() => { loadDeletionLog(); loadStatistics(); + // eslint-disable-next-line react-hooks/exhaustive-deps }, [showAll]); const loadDeletionLog = async () => {