X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/85ed54ab59ef43457f8a3cfb4baa0213be1d613c..e98e166ceab6e377036fc87ce31e4d0d5238994f:/services/workbench2/src/views/not-found-panel/not-found-panel-root.tsx diff --git a/services/workbench2/src/views/not-found-panel/not-found-panel-root.tsx b/services/workbench2/src/views/not-found-panel/not-found-panel-root.tsx index e5d8507b5c..cad98470da 100644 --- a/services/workbench2/src/views/not-found-panel/not-found-panel-root.tsx +++ b/services/workbench2/src/views/not-found-panel/not-found-panel-root.tsx @@ -81,8 +81,8 @@ export const NotFoundPanelRoot = withStyles(styles)(

The page you requested was not found,  { - !!clusterConfig.Mail && clusterConfig.Mail.SupportEmailAddress ? - getEmailLink(clusterConfig.Mail.SupportEmailAddress, classes) : + !!clusterConfig.Users && clusterConfig.Users.SupportEmailAddress ? + getEmailLink(clusterConfig.Users.SupportEmailAddress, classes) : 'email us' }  if you suspect this is a bug.