From 99a7977dfdfc14b4b0d142e3f5ad677ce91effa6 Mon Sep 17 00:00:00 2001 From: Andre Beging Date: Mon, 31 Mar 2025 10:00:46 +0200 Subject: [PATCH] Remove unused heading from ProspectGrid component The redundant `

` heading was removed to improve visual clarity and align the component with current design guidelines. No functionality is affected by this change. --- FoodsharingSiegen.Server/Controls/ProspectGrid.razor | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/FoodsharingSiegen.Server/Controls/ProspectGrid.razor b/FoodsharingSiegen.Server/Controls/ProspectGrid.razor index 5fb9440..6aff845 100644 --- a/FoodsharingSiegen.Server/Controls/ProspectGrid.razor +++ b/FoodsharingSiegen.Server/Controls/ProspectGrid.razor @@ -1,6 +1,4 @@ -

ProspectGrid

- -@code { +@code { [Parameter] public List? Prospects { get; set; }