Skip to content

Commit

Permalink
Remove ...
Browse files Browse the repository at this point in the history
  • Loading branch information
Duddino committed Oct 17, 2024
1 parent 3de3aec commit e6e6c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dashboard/WalletBalance.vue
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ getEventEmitter().on(
const totalMb = totalBytes / 1_000_000;
shieldSyncingStr.value = `Syncing Shield (${mb.toFixed(
2
)}MB/${totalMb.toFixed(2)}MB)...`;
)}MB/${totalMb.toFixed(2)}MB)`;
shieldSyncing.value = !finished;
}
);
Expand Down

0 comments on commit e6e6c93

Please sign in to comment.