[ARVADOS-WORKBENCH2] updated: 2.2.1-62-g81e046c2
Git user
git at public.arvados.org
Tue Aug 10 14:47:29 UTC 2021
Summary of changes:
src/views-components/data-explorer/renderers.tsx | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
via 81e046c27b73760acc5bffd51019516a2bbad94c (commit)
from 4541e7e78a5fbbad1e34cf215fa7f2fa4d40e88d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 81e046c27b73760acc5bffd51019516a2bbad94c
Author: Stephen Smith <stephen at curii.com>
Date: Tue Aug 10 10:45:09 2021 -0400
17532: Remove unused code in renderers
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen at curii.com>
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 === '') {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list