Skip to content

Commit

Permalink
Merge pull request #287 from GregFinzer/feature/fixDonations
Browse files Browse the repository at this point in the history
Remove injection of Email Logic for Donation Grid
  • Loading branch information
GregFinzer authored Sep 18, 2023
2 parents 1c89b85 + 4728178 commit a2490c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion BedBrigade.Client/Components/DonationGrid.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ public partial class DonationGrid : ComponentBase
[Inject] private IUserDataService? _svcUser { get; set; }
[Inject] private ILocationDataService? _svcLocation { get; set; }
[Inject] private AuthenticationStateProvider? _authState { get; set; }
[Inject] private IEmailQueueLogic? _emailQueueLogic { get; set; }

[Parameter] public string? Id { get; set; }

Expand Down

0 comments on commit a2490c4

Please sign in to comment.