diff --git a/CouchLog/Components/Pages/GlobalList.razor b/CouchLog/Components/Pages/GlobalList.razor
index 083145c..ca9aafe 100644
--- a/CouchLog/Components/Pages/GlobalList.razor
+++ b/CouchLog/Components/Pages/GlobalList.razor
@@ -99,7 +99,7 @@
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))
{
-

}