main: Fixed missing show portfolio

This commit is contained in:
2023-06-08 18:21:01 +10:00
parent 9296f37475
commit 4f4a3e7a9e

View File

@@ -774,7 +774,7 @@ namespace FireWallet
private async void PortfolioPanel_Click(object sender, EventArgs e)
{
hidePages();
panelPortfolio.Show();
await UpdateBalance();
GetTXHistory();
labelBalance.Text = "Available: " + balance.ToString() + " HNS";