Don’t use FIXME

This commit is contained in:
gnattu
2024-10-20 21:54:49 +08:00
parent 956f9bf7e4
commit 88f9c3d31b

View File

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