From 7cf941d51560d429e0183c28f51b533313a39cab Mon Sep 17 00:00:00 2001 From: Chris Collins Date: Thu, 7 Jul 2022 12:18:41 -0500 Subject: [PATCH] fix(ui) Correct show/hide tabs in Settings based on privileges (#5355) Co-authored-by: Chris Collins --- datahub-web-react/src/app/settings/SettingsPage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/datahub-web-react/src/app/settings/SettingsPage.tsx b/datahub-web-react/src/app/settings/SettingsPage.tsx index 2aedf11fe3..8d2e0ab32b 100644 --- a/datahub-web-react/src/app/settings/SettingsPage.tsx +++ b/datahub-web-react/src/app/settings/SettingsPage.tsx @@ -101,13 +101,13 @@ export const SettingsPage = () => { {(showPolicies || showUsersGroups) && ( - {showPolicies && ( + {showUsersGroups && ( Users & Groups )} - {showUsersGroups && ( + {showPolicies && ( Privileges