From 8f7c59de8434678a924d2936b9a9e9d4f1824649 Mon Sep 17 00:00:00 2001 From: Wilfred Asomani Date: Fri, 9 Jun 2023 08:39:30 +0000 Subject: [PATCH] satellite/web: hide project details link for project members This change hides the project details link, introduced for the issue linked below, if the user is only a member and not the owner of the project. Related: https://github.com/storj/storj/issues/5930 Change-Id: If6b0817dfa32f2f661629cc158eb4fb44dfe9ffc --- .../src/components/navigation/MobileNavigation.vue | 9 ++++++++- .../src/components/navigation/ProjectSelection.vue | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/web/satellite/src/components/navigation/MobileNavigation.vue b/web/satellite/src/components/navigation/MobileNavigation.vue index 1404150c2..92679dbe4 100644 --- a/web/satellite/src/components/navigation/MobileNavigation.vue +++ b/web/satellite/src/components/navigation/MobileNavigation.vue @@ -47,7 +47,7 @@

{{ project.name }}

- -