diff --git a/BLAZAM/BLAZAM.csproj b/BLAZAM/BLAZAM.csproj
index 6207c84e..9d30f431 100644
--- a/BLAZAM/BLAZAM.csproj
+++ b/BLAZAM/BLAZAM.csproj
@@ -6,7 +6,7 @@
enable
false
1.0.7
- 2024.11.02.2021
+ 2024.11.02.2234
false
BLAZAM
False
diff --git a/BLAZAMGui/UI/Outputs/ApplicationNewsProvider.razor b/BLAZAMGui/UI/Outputs/ApplicationNewsProvider.razor
index 28e2ec75..8dfb9085 100644
--- a/BLAZAMGui/UI/Outputs/ApplicationNewsProvider.razor
+++ b/BLAZAMGui/UI/Outputs/ApplicationNewsProvider.razor
@@ -34,7 +34,11 @@
@foreach (var item in unreadItems.OrderByDescending(x => x.UpdatedAt))
{
-
+
}
@if (showRead)