Skip to content

Commit 0ed4111

Browse files
committed
Fixes #557
1 parent e1cc3b5 commit 0ed4111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/pages/Home.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export const Home = () => {
6464
</Page>
6565
);
6666
}
67-
if (user && user.institutionAdmin && user.organizationGUID && !isEmpty(user.applications)) {
67+
if (user && !user.superUser && user.institutionAdmin && user.organizationGUID && !isEmpty(user.applications)) {
6868
newTabs.push(
6969
<Page key="applicationUsers"
7070
name="applicationUsers"

0 commit comments

Comments
 (0)