mirror of
https://github.com/Qortal/qortal-mobile.git
synced 2025-05-30 05:06:59 +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-from-category" && !selectedTab && <AppInfo app={selectedAppInfo} 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) => {
|
||||
if (!iframeRefs.current[tab.tabId]) {
|
||||
|
@ -1355,7 +1355,6 @@ export const publishMultipleQDNResources = async (
|
||||
service: service,
|
||||
identifier: encodeURIComponent(identifier),
|
||||
uploadType: dataType,
|
||||
// isBase64: true,
|
||||
filename: filename,
|
||||
title,
|
||||
description,
|
||||
@ -5299,7 +5298,6 @@ const assetBalance = await getAssetBalanceInfo(assetId)
|
||||
identifier: encodeURIComponent(transaction.identifier),
|
||||
uploadType: "base64",
|
||||
description: transaction?.description,
|
||||
isBase64: true,
|
||||
apiVersion: 2,
|
||||
withFee: true,
|
||||
},
|
||||
@ -5340,7 +5338,6 @@ const assetBalance = await getAssetBalanceInfo(assetId)
|
||||
identifier: encodeURIComponent(transaction.identifier),
|
||||
uploadType: "base64",
|
||||
description: transaction?.description,
|
||||
isBase64: true,
|
||||
apiVersion: 2,
|
||||
withFee: true,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user