diff --git a/package.json b/package.json index 4e9087d..1e42ed2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phantasma-hub", - "version": "1.0.12", + "version": "1.0.13", "private": true, "scripts": { "dev": "npm run version:update && vite dev --cors true", @@ -11,7 +11,7 @@ "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", "lint": "prettier --plugin-search-dir . --check . && eslint .", "format": "prettier --plugin-search-dir . --write .", - "prod": "npm run version:update && vite dev --host --port 4000", + "prod": "bun run version:update && vite dev --host --port 4000", "bun": "bun build" }, "devDependencies": { diff --git a/src/lib/Components/Contract/ContractManager.svelte b/src/lib/Components/Contract/ContractManager.svelte index 0cd743e..07cc387 100644 --- a/src/lib/Components/Contract/ContractManager.svelte +++ b/src/lib/Components/Contract/ContractManager.svelte @@ -232,8 +232,8 @@ - {#if tokenDataInformation && link} - {#if link.account && link.account.address == tokenDataInformation.owner} + {#if link} + {#if link.account}