Skip to content

Commit

Permalink
#372 - Remove commented code.
Browse files Browse the repository at this point in the history
  • Loading branch information
maraf committed Nov 23, 2022
1 parent 3b47260 commit 3758eba
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/Money.Blazor.Host/Pages/BalancesMonth.razor
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
@attribute [Authorize]
@page "/{Year:int}/balances"

<Title Icon="chart-bar" Main="@($"Balances in {Year}")" Sub="Compare incomes and expences">
<ButtonContent>
@*<button class="btn btn-secondary" @onclick="(() => Navigator.OpenOverview(SelectedPeriod, CategoryKey))">
<Icon Prefix="fas" Identifier="list-ul" />
<span class="d-none d-lg-inline">
Year overview
</span>
</button>*@
</ButtonContent>
</Title>
<Title Icon="chart-bar" Main="@($"Balances in {Year}")" Sub="Compare incomes and expences" />

<div class="d-flex justify-content-between mb-3">
<div>
Expand Down

0 comments on commit 3758eba

Please sign in to comment.