From 88f9c3d31b81f3f88c12ebca1ca358c72adad234 Mon Sep 17 00:00:00 2001 From: gnattu Date: Sun, 20 Oct 2024 21:54:49 +0800 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20use=20FIXME?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/dashboard/routes/users/parentalcontrol.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/dashboard/routes/users/parentalcontrol.tsx b/src/apps/dashboard/routes/users/parentalcontrol.tsx index 70c299bf43..e54a78eb02 100644 --- a/src/apps/dashboard/routes/users/parentalcontrol.tsx +++ b/src/apps/dashboard/routes/users/parentalcontrol.tsx @@ -313,7 +313,7 @@ const UserParentalControl = () => { return false; }; - // FIXME: The following is still hacky and should migrate to pure react implementation for callbacks in the future + // The following is still hacky and should migrate to pure react implementation for callbacks in the future if (accessSchedulesPopupCallback) { (page.querySelector('#btnAddSchedule') as HTMLButtonElement).removeEventListener('click', accessSchedulesPopupCallback); }