Added key to sponsorTimeEditComponent

This commit is contained in:
Ajay Ramachandran 2020-04-02 22:14:52 -04:00
parent 3afde08a6e
commit d4d5e4743e

View file

@ -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>
);