Skip to content

Commit

Permalink
Merge pull request #43 from floryst/small_fixes
Browse files Browse the repository at this point in the history
fix(Informations): Add key prop to webgl info
  • Loading branch information
floryst authored Mar 19, 2018
2 parents aa57d55 + fb0ba5e commit 9e0c05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/controls/Informations/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function Informations(props) {
</label>
);
output.push(
<div className={style.textContent}>
<div className={style.textContent} key="webgl">
{UNMASKED_RENDERER.value}
<br />WebGL {WEBGL_VERSION.value}
</div>
Expand Down

0 comments on commit 9e0c05a

Please sign in to comment.