Advertisement
Guest User

Untitled

a guest
Jun 18th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. getProfileList() {
  2. if (this.props.cas_profiles && this.props.match.params.ID) {
  3. return this.props.cas_profiles.find(x => x.id.toString() === this.props.match.params.ID.toString()).name
  4. }
  5.  
  6. return "CAS Profile"
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement