From: Stephen Smith Date: Tue, 10 Aug 2021 14:45:09 +0000 (-0400) Subject: 17532: Remove unused code in renderers X-Git-Tag: 2.3.0~6^2~2 X-Git-Url: https://git.arvados.org/arvados-workbench2.git/commitdiff_plain/81e046c27b73760acc5bffd51019516a2bbad94c 17532: Remove unused code in renderers Arvados-DCO-1.1-Signed-off-by: Stephen Smith --- diff --git a/src/views-components/data-explorer/renderers.tsx b/src/views-components/data-explorer/renderers.tsx index 4a56b142..f28f8aa0 100644 --- a/src/views-components/data-explorer/renderers.tsx +++ b/src/views-components/data-explorer/renderers.tsx @@ -458,10 +458,8 @@ export const ResourceOwnerWithName = }); export const UserNameFromID = - compose( - userFromID, - withStyles({}, { withTheme: true })) - ((props: { uuid: string, userFullname: string, dispatch: Dispatch }) => { + compose(userFromID)( + (props: { uuid: string, userFullname: string, dispatch: Dispatch }) => { const { uuid, userFullname, dispatch } = props; if (userFullname === '') {