fix(frontend): Disable exhaustive-deps warning for DeletionLogPage useEffect
This commit is contained in:
parent
e7da188967
commit
0f430af877
|
|
@ -33,6 +33,7 @@ const DeletionLogPage = () => {
|
|||
useEffect(() => {
|
||||
loadDeletionLog();
|
||||
loadStatistics();
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, [showAll]);
|
||||
|
||||
const loadDeletionLog = async () => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user