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 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/components/List.js') 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 ( + + ); })}