mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-12 22:47:18 +03:00
Fix getting locked category
This commit is contained in:
@@ -254,7 +254,7 @@ class SponsorTimeEditComponent extends React.Component<SponsorTimeEditProps, Spo
|
||||
elements.push(
|
||||
<option value={category}
|
||||
key={category}
|
||||
className={this.categoryLockedClass(category)}>
|
||||
className={this.getCategoryLockedClass(category)}>
|
||||
{chrome.i18n.getMessage("category_" + category)}
|
||||
</option>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user