diff --git a/frontend/src/Lists.js b/frontend/src/Lists.js index 8aaf55b4..b853e286 100644 --- a/frontend/src/Lists.js +++ b/frontend/src/Lists.js @@ -240,9 +240,7 @@ class Lists extends React.PureComponent { const out = [] out.push(
- this.handleShowEditForm(record)}> - {text} - + {text}
)