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; return elements;
} }
categoryLockedClass(category: string): string { getCategoryLockedClass(category: string): string {
return(this.props.contentContainer().lockedCategories.includes(category)) ? "SponsorBlockLockedColor" : "" return (this.props.contentContainer().lockedCategories.includes(category)) ? "SponsorBlockLockedColor" : "";
} }
categorySelectionChange(event: React.ChangeEvent<HTMLSelectElement>): void { categorySelectionChange(event: React.ChangeEvent<HTMLSelectElement>): void {