fix/fixed problem when routing to dashboard

This commit is contained in:
Joaquin committed 2025-05-07 17:11:58 -07:00
1 parent 605c7b3734
commit cec777d1bf
3 files changed
+3 -4

No files matched your search

+1 -1
View File
@@ -54,7 +54,7 @@ function switchButton(clickedButton) {
}
function updateExchange(exRate) {
document.getElementById("exchange1").innerHTML = "$1.00 = $" +`${(1 * exRate).toFixed(2)}`;
document.getElementById("exchange").innerHTML = "$1.00 = $" +`${(1 * exRate).toFixed(2)}`;
}
async function getLatestExchange(position) {