@@ -69,20 +69,6 @@ const LockTabList = props => {
toggleDrawer()
}
- const handleClientClick = () => {
- toggleDrawer()
- setDrawerProps({
- closable: true,
- onClose: () => toggleDrawer(),
- bodyStyle: {
- height: '100vh',
- overflowY: 'hidden'
- },
- children: <ClientDetail dataId={clientId} />
- })
- }
-
return (
<div>
<div className="pl-4">