()
| 24 | } |
| 25 | |
| 26 | locationString () { |
| 27 | const props = this.get('properties') |
| 28 | const values = _.filter(_.at(props, 'city', 'state', 'country')) |
| 29 | return values.join(' ') |
| 30 | } |
| 31 | |
| 32 | educationLevelString () { |
| 33 | const levels = this.get('properties').educationLevel || [] |