18123: Fix extraneous props.dispatch being passed to Typography warning
[arvados-workbench2.git] / src / views / groups-panel / groups-panel.tsx
index 98dc78ee0e10d90e172248bfce2d4ca0a6b60d0d..d99b98ff93d616360916462a0512038588c3d5d5 100644 (file)
@@ -127,4 +127,4 @@ const GroupMembersCount = connect(
         };
 
     }
-)(Typography);
+)((props: {children: number}) => (<Typography children={props.children} />));