15397: Move remaining Mail configs to Users section.
[arvados.git] / services / workbench2 / src / views / not-found-panel / not-found-panel-root.tsx
index e5d8507b5cfce976b734442a29c3667ff10d5794..cad98470da85070fd8ebc908427dc8f6b4ec2391 100644 (file)
@@ -81,8 +81,8 @@ export const NotFoundPanelRoot = withStyles(styles)(
                 <p>
                     The page you requested was not found,&nbsp;
                     {
-                        !!clusterConfig.Mail && clusterConfig.Mail.SupportEmailAddress ?
-                            getEmailLink(clusterConfig.Mail.SupportEmailAddress, classes) :
+                        !!clusterConfig.Users && clusterConfig.Users.SupportEmailAddress ?
+                            getEmailLink(clusterConfig.Users.SupportEmailAddress, classes) :
                             'email us'
                     }
                     &nbsp;if you suspect this is a bug.