mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-29 13:11:23 +00:00
fix public node fix status
This commit is contained in:
@@ -83,8 +83,13 @@ export const CoreSyncStatus = () => {
|
||||
let message: string = '';
|
||||
|
||||
if (isUsingGateway) {
|
||||
if (isSynchronizing) {
|
||||
imagePath = syncingImg;
|
||||
message = `${t('core:minting.status.no_status')}`;
|
||||
message = `${t(`core:minting.status.synchronizing`, { percent: syncPercent, postProcess: 'capitalizeFirstChar' })} ${t('core:minting.status.not_minting')}`;
|
||||
} else {
|
||||
imagePath = syncedImg;
|
||||
message = `${t(`core:minting.status.synchronized`, { percent: syncPercent, postProcess: 'capitalizeFirstChar' })} ${t('core:minting.status.not_minting')}`;
|
||||
}
|
||||
} else if (isMintingPossible) {
|
||||
if (isSynchronizing) {
|
||||
imagePath = syncingImg;
|
||||
|
Reference in New Issue
Block a user