Connect shared with me to the service
[arvados-workbench2.git] / src / views / shared-with-me-panel / shared-with-me-panel.tsx
index df668035c2fc4088cd3bfe8d1ad0cfef37fed6fb..5d782f5d11870dcb8b60e1dac9bd97608989f102 100644 (file)
@@ -56,7 +56,7 @@ export const SharedWithMePanel = withStyles(styles)(
             hasAnyTrashedResources = () => {
                 // TODO: implement check if there is anything in the trash,
                 //       without taking pagination into the account
-                return false;
+                return true;
             }
 
             handleContextMenu = (event: React.MouseEvent<HTMLElement>, resourceUuid: string) => {