Skip to content

Instantly share code, notes, and snippets.

@gitjs77
Created August 11, 2017 21:50
Show Gist options
  • Save gitjs77/cf01c3d621abe6790abee021cc221d9c to your computer and use it in GitHub Desktop.
Save gitjs77/cf01c3d621abe6790abee021cc221d9c to your computer and use it in GitHub Desktop.
renderOrganization(doc) {
return <div>
<span
style={ { fontSize: '14px' } }>{ highlight(doc.card.account.customer.organization.name, this.state.filter.searchText) }</span>
<br/>
<span>{ translate('common_TaxCode') }: { highlight(doc.card.account.customer.organization.taxCode, this.state.filter.searchText) } </span>
</div>;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment