diff --git a/frontend/src/Lists.js b/frontend/src/Lists.js index 8aaf55b..b853e28 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}
)