From 0428ffe567bd96c9e45012efeb883d4d0452332a Mon Sep 17 00:00:00 2001 From: Ernst Widerberg Date: Mon, 10 Jan 2022 15:50:54 +0100 Subject: Use observation summary in list view Exact content TBD --- src/components/List.js | 8 +++++- src/components/ObjectComponent.js | 54 ++++++++++++++++++++++----------------- 2 files changed, 37 insertions(+), 25 deletions(-) (limited to 'src') diff --git a/src/components/List.js b/src/components/List.js index 8b48307..76270fa 100644 --- a/src/components/List.js +++ b/src/components/List.js @@ -115,7 +115,13 @@ class List extends React.Component {
{this.state.objects.map(data => { - return ; + return ( + + ); })}