зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
823913efb6
Коммит
25d9b05653
|
@ -49,7 +49,7 @@ class DOMMutationBreakpointsContents extends Component<Props> {
|
||||||
deleteBreakpoint,
|
deleteBreakpoint,
|
||||||
} = this.props;
|
} = this.props;
|
||||||
return (
|
return (
|
||||||
<li>
|
<li key={breakpoint.id}>
|
||||||
<input
|
<input
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
checked={breakpoint.enabled}
|
checked={breakpoint.enabled}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче