diff --git a/.gitignore b/.gitignore index 73a2225..4b7c2e3 100644 --- a/.gitignore +++ b/.gitignore @@ -39,6 +39,8 @@ bld/ # Visual Studio 2015/2017 cache/options directory .vs/ +.vscode/ +.DS_Store # Uncomment if you have tasks that create the project's static files in wwwroot #wwwroot/ diff --git a/BTCPayApp.UI/Pages/InvoicePage.razor b/BTCPayApp.UI/Pages/InvoicePage.razor index 4fafd68..12ec2b3 100644 --- a/BTCPayApp.UI/Pages/InvoicePage.razor +++ b/BTCPayApp.UI/Pages/InvoicePage.razor @@ -45,7 +45,10 @@ }
- Invoice @Invoice.Id +
+ Invoice + +
@DisplayFormatter.Currency(Invoice.Amount, Invoice.Currency, DisplayFormatter.CurrencyFormat.Symbol)