Skip to content

Commit

Permalink
Arjun | Fix linting issues showing as warnings (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjun-Go authored Jan 18, 2024
1 parent 6af5cf0 commit e82138b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/containers/EditPerson.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ class EditPerson extends Component {
birthdateEstimated: data.birthdateEstimated
}
});
// eslint-disable-next-line
if (data.attributes != []) {
this.setState({ attributesData: data.attributes });
this.setPersonAttributeValues(data.attributes);
Expand Down

0 comments on commit e82138b

Please sign in to comment.