diff --git a/src/components/Apps/Apps.tsx b/src/components/Apps/Apps.tsx
index 699d49b..4e7da60 100644
--- a/src/components/Apps/Apps.tsx
+++ b/src/components/Apps/Apps.tsx
@@ -314,7 +314,7 @@ export const Apps = ({ mode, setMode, show , myName, myAddress}) => {
{mode === "appInfo" && !selectedTab && }
{mode === "appInfo-from-category" && !selectedTab && }
- {mode === "publish" && !selectedTab && }
+ {mode === "publish" && !selectedTab && }
{tabs.map((tab) => {
if (!iframeRefs.current[tab.tabId]) {
diff --git a/src/qortalRequests/get.ts b/src/qortalRequests/get.ts
index 79ab4b9..220c292 100644
--- a/src/qortalRequests/get.ts
+++ b/src/qortalRequests/get.ts
@@ -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,
},