diff --git a/CouchLog/Components/Pages/GlobalList/Components/GlobalEntityCard.razor b/CouchLog/Components/Pages/GlobalList/Components/GlobalEntityCard.razor index 331cc85..09d3e19 100644 --- a/CouchLog/Components/Pages/GlobalList/Components/GlobalEntityCard.razor +++ b/CouchLog/Components/Pages/GlobalList/Components/GlobalEntityCard.razor @@ -5,7 +5,7 @@ - @GlobalEntity.Title + @GlobalEntity.Title diff --git a/CouchLog/Components/Pages/PrivateList/Components/PrivateEntityCard.razor b/CouchLog/Components/Pages/PrivateList/Components/PrivateEntityCard.razor index 666d586..0f3cd4a 100644 --- a/CouchLog/Components/Pages/PrivateList/Components/PrivateEntityCard.razor +++ b/CouchLog/Components/Pages/PrivateList/Components/PrivateEntityCard.razor @@ -17,7 +17,7 @@ - @PrivateEntity.GlobalEntity.Title + @PrivateEntity.GlobalEntity.Title Edit Remove