Skip to content

Commit

Permalink
Clear key warning
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmelnikow committed Jan 10, 2019
1 parent 90efb7b commit 4617564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/markup-modal/query-string-builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export default class QueryStringBuilder extends React.Component {
defaultValue: hasDefaultValue,
} = getBadgeOption(name)
return (
<tr>
<tr key={name}>
<td>
<QueryParamLabel htmlFor={name}>{label}</QueryParamLabel>
</td>
Expand Down

0 comments on commit 4617564

Please sign in to comment.