X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ee9d1e39b5d469a827be5a719c9c0860914ab2a8..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.