Skip to content

Commit

Permalink
lint space
Browse files Browse the repository at this point in the history
  • Loading branch information
kjgarza committed May 11, 2020
1 parent 1b54612 commit 9f646ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/person-base-component.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default Component.extend({

this.fragment.set('givenName', options.givenName);
this.fragment.set('familyName', options.familyName);

if (options.givenName && options.familyName) {
this.fragment.set('name', options.familyName + ', ' + options.givenName);
} else if (options.givenName) {
Expand Down

0 comments on commit 9f646ce

Please sign in to comment.