From 445076274bf5a218d7d0a25578e65e3389f3ddd0 Mon Sep 17 00:00:00 2001 From: Eric Gauzens Date: Fri, 15 Nov 2024 13:57:55 -0500 Subject: [PATCH] Hide profile sections if a user is not in an org --- pages/user/profile/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/user/profile/index.vue b/pages/user/profile/index.vue index 429833c..28836bf 100644 --- a/pages/user/profile/index.vue +++ b/pages/user/profile/index.vue @@ -133,7 +133,7 @@ -
+
Published Datasets ({{ datasets.length }}) @@ -155,7 +155,7 @@
-
+
In Progress Datasets ({{ inProgressDatasets.length }}) @@ -175,7 +175,7 @@
-
+
Dataset Submission Requests ({{ datasetSubmissions.length }})