Created
August 11, 2017 21:50
-
-
Save gitjs77/cf01c3d621abe6790abee021cc221d9c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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