mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Don’t use FIXME
This commit is contained in:
parent
956f9bf7e4
commit
88f9c3d31b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue