diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-01-12 17:58:51 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-01-12 17:58:51 +0100 |
| commit | c3eec5ef62c6aacf4ca8c8056e1f9150dcd31506 (patch) | |
| tree | 9047b96e75b53b731bbb831a8d8d9b5608dac46a /client/nameSearch | |
| parent | 59f692719bb6b4163594243e4c11262dc88466b4 (diff) | |
returning results again
Diffstat (limited to 'client/nameSearch')
| -rw-r--r-- | client/nameSearch/nameSearch.result.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/nameSearch/nameSearch.result.js b/client/nameSearch/nameSearch.result.js index 9e20228c..38c544cc 100644 --- a/client/nameSearch/nameSearch.result.js +++ b/client/nameSearch/nameSearch.result.js @@ -50,7 +50,7 @@ class NameSearchResult extends Component { ) } const els = results.map((result, i) => { - const { uuid } = result.uuid + const { uuid } = result.file_record const { fullname, gender, description, images } = result.identity return ( <div key={i}> |
