mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-15 20:41:21 +00:00
fix img
This commit is contained in:
parent
07995f0330
commit
fd8b45c30e
@ -62,7 +62,7 @@ export const CoreSyncStatus = () => {
|
||||
const { isSynchronizing = false, syncPercent = 0, isMintingPossible = false, height = 0, numberOfConnections = 0 } = nodeInfos;
|
||||
const buildVersion = coreInfos?.buildVersion ? coreInfos?.buildVersion.substring(0, 12) : '';
|
||||
|
||||
let imagePath = '/img/syncing.png';
|
||||
let imagePath = syncingImg;
|
||||
let message = `Synchronizing`
|
||||
if (isSynchronizing === true && syncPercent === 99) {
|
||||
imagePath = syncedImg
|
||||
|
Loading…
x
Reference in New Issue
Block a user