summaryrefslogtreecommitdiff
path: root/client/nameSearch/nameSearch.result.js
diff options
context:
space:
mode:
authoradamhrv <adam@ahprojects.com>2019-01-14 22:25:25 +0100
committeradamhrv <adam@ahprojects.com>2019-01-14 22:25:25 +0100
commitdf9d364e3664f45c65cac5990d3d742b990217fa (patch)
tree8842d844a5ea8e6c87599b8683009cba23262713 /client/nameSearch/nameSearch.result.js
parent2fedd95fcee3f048c5f24333ffdb9bb4e13eafe2 (diff)
parent3b2f0dc6d969fa323fe8775b4269e17c60192431 (diff)
Merge branch 'master' of github.com:adamhrv/megapixels_dev
Diffstat (limited to 'client/nameSearch/nameSearch.result.js')
-rw-r--r--client/nameSearch/nameSearch.result.js2
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}>