summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/ListView.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/ListView.js b/src/components/ListView.js
index 017fa40..ed1d3f7 100644
--- a/src/components/ListView.js
+++ b/src/components/ListView.js
@@ -133,7 +133,6 @@ class ListView extends React.Component {
)
.map(([id, res]) => (
<ListItem
- summary={true}
key={scan._id + id}
{...scan}
result={res}