diff --git a/app/MindWork AI Studio/Components/ChatComponent.razor b/app/MindWork AI Studio/Components/ChatComponent.razor
index 8f6a7126..fb9c5e85 100644
--- a/app/MindWork AI Studio/Components/ChatComponent.razor
+++ b/app/MindWork AI Studio/Components/ChatComponent.razor
@@ -124,8 +124,9 @@
}
+
-
+
\ No newline at end of file
diff --git a/app/MindWork AI Studio/Components/HalluzinationReminder.razor.cs b/app/MindWork AI Studio/Components/HalluzinationReminder.razor.cs
index 3175ed8b..9970b0fa 100644
--- a/app/MindWork AI Studio/Components/HalluzinationReminder.razor.cs
+++ b/app/MindWork AI Studio/Components/HalluzinationReminder.razor.cs
@@ -5,7 +5,6 @@ namespace AIStudio.Components;
public partial class HalluzinationReminder: ComponentBase
{
-
private static string TB(string fallbackEN) => I18N.I.T(fallbackEN, typeof(HalluzinationReminder).Namespace, nameof(HalluzinationReminder));
[Parameter]