Skip to content

Commit

Permalink
Only show WIP print button in dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
danielchalmers committed Jan 12, 2024
1 parent aae3232 commit 995b3bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion JournalApp/Components/Pages/Trends/TrendsDialog.razor
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@

<MudSpacer />

<MudIconButton Icon="@Icons.Material.Filled.Print" Title="Print" OnClick="Print" />
<environment include="Development">
<MudIconButton Icon="@Icons.Material.Filled.Print" Title="Print" OnClick="Print" />
</environment>
</div>

<TrendsSwitcher @bind-SelectedDates="SelectedDates" OpenToDate="OpenToDate" />
Expand Down

0 comments on commit 995b3bc

Please sign in to comment.