Skip to content

Instantly share code, notes, and snippets.

@simonjcarr
Created August 10, 2020 13:06
Show Gist options
  • Save simonjcarr/498ebe1265c855daf060516f9284465e to your computer and use it in GitHub Desktop.
Save simonjcarr/498ebe1265c855daf060516f9284465e to your computer and use it in GitHub Desktop.
personName() {
if (this.swPerson) {
return this.swPerson.name;
}
return null;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment