From d0d9fcc30422a9823d4b022305b01f135ac657a6 Mon Sep 17 00:00:00 2001 From: Henry Date: Tue, 23 Dec 2025 18:58:15 +0100 Subject: [PATCH] fix: fixed Path for PrivateEntities --- CouchLog/Components/Pages/PrivateList.razor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CouchLog/Components/Pages/PrivateList.razor b/CouchLog/Components/Pages/PrivateList.razor index f18087e..c6fa71d 100644 --- a/CouchLog/Components/Pages/PrivateList.razor +++ b/CouchLog/Components/Pages/PrivateList.razor @@ -37,7 +37,7 @@
@if (!string.IsNullOrEmpty(Entity.GlobalEntity?.PicturePath)) { - @Entity.GlobalEntity.Title }