Bug 1574122 - Provide a key for DOM Mutation breakpoint items r=jlast

Differential Revision: https://phabricator.services.mozilla.com/D42133

--HG--
extra : moz-landing-system : lando
This commit is contained in:
David Walsh 2019-08-16 16:56:03 +00:00
Родитель 823913efb6
Коммит 25d9b05653
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -49,7 +49,7 @@ class DOMMutationBreakpointsContents extends Component<Props> {
deleteBreakpoint,
} = this.props;
return (
<li>
<li key={breakpoint.id}>
<input
type="checkbox"
checked={breakpoint.enabled}