Skip to content

Commit

Permalink
Validação na key
Browse files Browse the repository at this point in the history
  • Loading branch information
rtenorioh committed Sep 23, 2024
1 parent 98306eb commit d7c442c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/TagsContainer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export function TagsContainer({ contact }) {
renderTags={(value, getTagProps) =>
value.map((option, index) => (
<Chip
key={option.name}
key={option?.name}
variant="outlined"
style={{
backgroundColor: option.color || colorGenerator(),
Expand Down

0 comments on commit d7c442c

Please sign in to comment.