mirror of
https://github.com/Qortal/qortal-mobile.git
synced 2025-06-03 15:07:00 +00:00
fix
This commit is contained in:
parent
20c51e0806
commit
7be4a08a41
@ -314,7 +314,7 @@ export const Apps = ({ mode, setMode, show , myName, myAddress}) => {
|
|||||||
{mode === "appInfo" && !selectedTab && <AppInfo app={selectedAppInfo} myName={myName} />}
|
{mode === "appInfo" && !selectedTab && <AppInfo app={selectedAppInfo} myName={myName} />}
|
||||||
{mode === "appInfo-from-category" && !selectedTab && <AppInfo app={selectedAppInfo} myName={myName} />}
|
{mode === "appInfo-from-category" && !selectedTab && <AppInfo app={selectedAppInfo} myName={myName} />}
|
||||||
<AppsCategory availableQapps={availableQapps} isShow={mode === 'category' && !selectedTab} category={selectedCategory} myName={myName} />
|
<AppsCategory availableQapps={availableQapps} isShow={mode === 'category' && !selectedTab} category={selectedCategory} myName={myName} />
|
||||||
{mode === "publish" && !selectedTab && <AppPublish categories={categories} myAddress={myAddress} />}
|
{mode === "publish" && !selectedTab && <AppPublish categories={categories} myAddress={myAddress} myName={myName} />}
|
||||||
|
|
||||||
{tabs.map((tab) => {
|
{tabs.map((tab) => {
|
||||||
if (!iframeRefs.current[tab.tabId]) {
|
if (!iframeRefs.current[tab.tabId]) {
|
||||||
|
@ -1355,7 +1355,6 @@ export const publishMultipleQDNResources = async (
|
|||||||
service: service,
|
service: service,
|
||||||
identifier: encodeURIComponent(identifier),
|
identifier: encodeURIComponent(identifier),
|
||||||
uploadType: dataType,
|
uploadType: dataType,
|
||||||
// isBase64: true,
|
|
||||||
filename: filename,
|
filename: filename,
|
||||||
title,
|
title,
|
||||||
description,
|
description,
|
||||||
@ -5299,7 +5298,6 @@ const assetBalance = await getAssetBalanceInfo(assetId)
|
|||||||
identifier: encodeURIComponent(transaction.identifier),
|
identifier: encodeURIComponent(transaction.identifier),
|
||||||
uploadType: "base64",
|
uploadType: "base64",
|
||||||
description: transaction?.description,
|
description: transaction?.description,
|
||||||
isBase64: true,
|
|
||||||
apiVersion: 2,
|
apiVersion: 2,
|
||||||
withFee: true,
|
withFee: true,
|
||||||
},
|
},
|
||||||
@ -5340,7 +5338,6 @@ const assetBalance = await getAssetBalanceInfo(assetId)
|
|||||||
identifier: encodeURIComponent(transaction.identifier),
|
identifier: encodeURIComponent(transaction.identifier),
|
||||||
uploadType: "base64",
|
uploadType: "base64",
|
||||||
description: transaction?.description,
|
description: transaction?.description,
|
||||||
isBase64: true,
|
|
||||||
apiVersion: 2,
|
apiVersion: 2,
|
||||||
withFee: true,
|
withFee: true,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user