From 9050582c5a6ef68dbc409234b7a740a4acc1d273 Mon Sep 17 00:00:00 2001 From: Deniz Kusefoglu Date: Mon, 13 May 2019 14:52:44 -0700 Subject: [PATCH] Use anchor tag instead of link for org switch --- ui/src/pageLayout/components/AccountNavSubItem.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/src/pageLayout/components/AccountNavSubItem.tsx b/ui/src/pageLayout/components/AccountNavSubItem.tsx index d6a3995111..a2d432cd19 100644 --- a/ui/src/pageLayout/components/AccountNavSubItem.tsx +++ b/ui/src/pageLayout/components/AccountNavSubItem.tsx @@ -75,13 +75,13 @@ class AccountNavSubItem extends PureComponent { acc.push( ( - {org.name} - + )} key={org.id} active={false}