mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 01:01:55 +01:00
Added key to sponsorTimeEditComponent
This commit is contained in:
parent
3afde08a6e
commit
d4d5e4743e
1 changed files with 2 additions and 1 deletions
|
@ -185,7 +185,8 @@ class SponsorTimeEditComponent extends React.Component<SponsorTimeEditProps, Spo
|
|||
|
||||
for (const category of CompileConfig.categoryList) {
|
||||
elements.push(
|
||||
<option value={category}>
|
||||
<option value={category}
|
||||
key={category}>
|
||||
{chrome.i18n.getMessage("category_" + category)}
|
||||
</option>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue