This commit is contained in:
PhilReact 2025-05-23 21:58:22 +03:00
parent 20c51e0806
commit 7be4a08a41
2 changed files with 1 additions and 4 deletions

View File

@ -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]) {

View File

@ -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,
},