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 = '';
|
let message: string = '';
|
||||||
|
|
||||||
if (isUsingGateway) {
|
if (isUsingGateway) {
|
||||||
imagePath = syncingImg;
|
if (isSynchronizing) {
|
||||||
message = `${t('core:minting.status.no_status')}`;
|
imagePath = syncingImg;
|
||||||
|
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) {
|
} else if (isMintingPossible) {
|
||||||
if (isSynchronizing) {
|
if (isSynchronizing) {
|
||||||
imagePath = syncingImg;
|
imagePath = syncingImg;
|
||||||
|
Reference in New Issue
Block a user