21037: fixed most of the linter warnings Arvados-DCO-1.1-Signed-off-by: Lisa Knox...
[arvados.git] / services / workbench2 / src / components / data-table-filters / data-table-filters-popover.tsx
index a09fbe559bc7c61cd004c75f96979dd521786db1..a5ac7421c0eb2b06001642274fdcd43d13d8a9ed 100644 (file)
@@ -2,7 +2,7 @@
 //
 // SPDX-License-Identifier: AGPL-3.0
 
-import React, { useEffect } from 'react';
+import React from 'react';
 import {
     WithStyles,
     withStyles,
@@ -141,7 +141,6 @@ export const DataTableFiltersPopover = withStyles(styles)(
                             </>
                         </Card>
                     </Popover>
-                    {/* <this.MountHandler /> */}
                 </>
             );
         }
@@ -176,15 +175,6 @@ export const DataTableFiltersPopover = withStyles(styles)(
             }
         }, 1000);
 
-        // MountHandler = () => {
-        //     useEffect(() => {
-        //         return () => {
-        //             this.submit.cancel();
-        //         };
-        //     }, []);
-        //     return null;
-        // };
-
         close = () => {
             this.setState((prev) => ({
                 ...prev,