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); }