[ARVADOS-WORKBENCH2] updated: 1.4.1-372-g3087e190

Git user git at public.arvados.org
Wed Jul 1 13:08:30 UTC 2020


Summary of changes:
 src/views/not-found-panel/not-found-panel-root.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  3087e190c2fb9e0a893502ad9c772f7793d8a363 (commit)
      from  c99c33ba9577ab503bbd76f2980eee0178385cbe (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 3087e190c2fb9e0a893502ad9c772f7793d8a363
Author: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
Date:   Wed Jul 1 15:06:54 2020 +0200

    14990: added missing typing
    
    Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla at contractors.roche.com>

diff --git a/src/views/not-found-panel/not-found-panel-root.tsx b/src/views/not-found-panel/not-found-panel-root.tsx
index 9bbf246e..2c61726c 100644
--- a/src/views/not-found-panel/not-found-panel-root.tsx
+++ b/src/views/not-found-panel/not-found-panel-root.tsx
@@ -63,7 +63,7 @@ export const NotFoundPanelRoot = withStyles(styles)(
                 <h2>Not Found</h2>
                 { getAdditionalMessage(location) }
                 <p>
-                    The page you requested was not found, <a className={classes.active} href={`mailto:${(clusterConfig.Mail || {}).SupportEmailAddress}`}>email us</a> us if you suspect this is a bug.
+                    The page you requested was not found, <a className={classes.active} href={`mailto:${(clusterConfig.Mail || {} as any).SupportEmailAddress}`}>email us</a> us if you suspect this is a bug.
                 </p>
             </div>
         </Grid>

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list