syntax error

Co-authored-by: Ajay Ramachandran <dev@ajay.app>
This commit is contained in:
FlorianZahn
2021-10-14 05:19:18 +02:00
committed by GitHub
parent ff5fa4c724
commit 3e3e9796b1

View File

@@ -263,8 +263,8 @@ class SponsorTimeEditComponent extends React.Component<SponsorTimeEditProps, Spo
return elements;
}
categoryLockedClass(category: string): string {
return(this.props.contentContainer().lockedCategories.includes(category)) ? "SponsorBlockLockedColor" : ""
getCategoryLockedClass(category: string): string {
return (this.props.contentContainer().lockedCategories.includes(category)) ? "SponsorBlockLockedColor" : "";
}
categorySelectionChange(event: React.ChangeEvent<HTMLSelectElement>): void {