Skip to content

Commit

Permalink
fix: hofix marshal sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
damienen committed Apr 17, 2024
1 parent a88dc4a commit 961d784
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "explorer-dapp",
"description": "Itheum Explorer is a DApp for the public to explore and visualize data within the Itheum protocol",
"version": "1.14.0",
"version": "1.14.1",
"author": "Itheum",
"license": "GPL-3.0-or-later",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.5.1",
"@fortawesome/free-solid-svg-icons": "6.5.1",
"@fortawesome/react-fontawesome": "0.2.0",
"@itheum/sdk-mx-data-nft": "3.2.0-alpha.1",
"@itheum/sdk-mx-data-nft": "3.2.0-alpha.2",
"@multiversx/sdk-core": "12.19.0",
"@multiversx/sdk-dapp": "2.28.7",
"@multiversx/sdk-network-providers": "2.3.0",
Expand Down
3 changes: 0 additions & 3 deletions src/pages/MyWallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ export const MyWallet = () => {

const dataNft = dataNfts[index];
let res: any;
if (!dataNft.dataMarshal || dataNft.dataMarshal === "") {
dataNft.updateDataNft({ dataMarshal: getApiDataMarshal(chainID) });
}
if (!(tokenLogin && tokenLogin.nativeAuthToken)) {
throw Error("No nativeAuth token");
}
Expand Down

0 comments on commit 961d784

Please sign in to comment.