fix/fixed problem when routing to dashboard
This commit is contained in:
1 parent
605c7b3734
commit
cec777d1bf
3 files changed
+3
-4
No files matched your search
@@ -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) {
|
||||
|
||||
Reference in new issue
Block a user