diff --git a/CouchLog/Components/Pages/GlobalList.razor b/CouchLog/Components/Pages/GlobalList.razor index 5444781..f2045c5 100644 --- a/CouchLog/Components/Pages/GlobalList.razor +++ b/CouchLog/Components/Pages/GlobalList.razor @@ -56,6 +56,9 @@ } +
+ +
@@ -66,65 +69,68 @@
@foreach (var Entity in GlobalEntities) { -
-
+ if (!Entity.IsPrivate || (Entity.IsPrivate && (Entity.CreatorId == AppUser.Id))) + { +
+
- + -