diff --git a/ShoppingAssistantWebClient.Web/Shared/NavMenu.razor b/ShoppingAssistantWebClient.Web/Shared/NavMenu.razor
index 131b4e9..9b553fa 100644
--- a/ShoppingAssistantWebClient.Web/Shared/NavMenu.razor
+++ b/ShoppingAssistantWebClient.Web/Shared/NavMenu.razor
@@ -1,7 +1,6 @@
@inject NavigationManager Navigation
-
@@ -98,7 +97,6 @@
@code {
-
private void RedirectToPage(string itemId) {
var url = $"/chat/{itemId}";
Navigation.NavigateTo(url);
@@ -117,5 +115,4 @@
}
-
}
diff --git a/ShoppingAssistantWebClient.Web/Shared/NavMenu.razor.cs b/ShoppingAssistantWebClient.Web/Shared/NavMenu.razor.cs
index 4529eb1..7f4d34a 100644
--- a/ShoppingAssistantWebClient.Web/Shared/NavMenu.razor.cs
+++ b/ShoppingAssistantWebClient.Web/Shared/NavMenu.razor.cs
@@ -55,8 +55,8 @@ namespace ShoppingAssistantWebClient.Web.Shared
isLoading = false;
}
-
- protected async Task DeleteWish(string wishlistId)
+
+ protected async Task DeleteWish(string wishlistId)
{
var request = new GraphQLRequest
{
@@ -69,7 +69,7 @@ namespace ShoppingAssistantWebClient.Web.Shared
Variables = new
{
- wishlistId
+ wishlistId
}
};
@@ -79,4 +79,4 @@ namespace ShoppingAssistantWebClient.Web.Shared
}
-}
\ No newline at end of file
+}