Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
faassen authored and glasserc committed Nov 9, 2017
1 parent f4583f9 commit 281e026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ObjectFieldTemplate_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ describe("ObjectFieldTemplate", () => {
<TitleField title={title} />
<DescriptionField description={description} />
<div>
{properties.map(({ content, index }) => (
{properties.map(({ content }, index) => (
<div key={index} className="property">
{content}
</div>
Expand Down

0 comments on commit 281e026

Please sign in to comment.