Update 7-bank-project/solution/app.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/1513/head
Roshan Patel 2 months ago committed by GitHub
parent 396850dbb9
commit f920e8c227
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -232,7 +232,7 @@ function updateDashboard() {
  updateElement('description', account.description);
  updateElement('balance', account.balance.toFixed(2));
  updateElement('balance-currency', account.currency); // Fixed ID for currency display
  updateElement('currency', account.currency); // Fixed ID for currency display
  // Update transactions
  const transactionsRows = document.createDocumentFragment();

Loading…
Cancel
Save