From 1e3f5b03b02a158a955fda81d6c87919d311a345 Mon Sep 17 00:00:00 2001 From: Eric Erhardt Date: Mon, 2 Oct 2023 12:46:14 -0500 Subject: [PATCH] Remove duplicated Body in starter template This causes the page to be rendered twice everytime it is loaded. --- .../Components/Layout/MainLayout.razor | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Aspire.ProjectTemplates/templates/aspire-starter/AspireStarterApplication1.Web/Components/Layout/MainLayout.razor b/src/Aspire.ProjectTemplates/templates/aspire-starter/AspireStarterApplication1.Web/Components/Layout/MainLayout.razor index 1282f9dd062..5a24bb13711 100644 --- a/src/Aspire.ProjectTemplates/templates/aspire-starter/AspireStarterApplication1.Web/Components/Layout/MainLayout.razor +++ b/src/Aspire.ProjectTemplates/templates/aspire-starter/AspireStarterApplication1.Web/Components/Layout/MainLayout.razor @@ -16,8 +16,6 @@ -@Body -
An unhandled error has occurred. Reload