diff --git a/.github/workflows/deploy-internal.yml b/.github/workflows/deploy-internal.yml index e8300fe21..376774832 100644 --- a/.github/workflows/deploy-internal.yml +++ b/.github/workflows/deploy-internal.yml @@ -2,7 +2,7 @@ name: deploy-internal on: push: - branches: [feature/staking-v4] + branches: [development] repository_dispatch: types: deploy-internal workflow_dispatch: @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - ref: feature/staking-v4 + ref: development - name: Use Node.js uses: actions/setup-node@v1 with: diff --git a/.github/workflows/deploy-testnet.yml b/.github/workflows/deploy-testnet.yml index 6e465d7d0..2afc66cd8 100644 --- a/.github/workflows/deploy-testnet.yml +++ b/.github/workflows/deploy-testnet.yml @@ -2,7 +2,7 @@ name: deploy-testnet on: push: - branches: [feature/staking-v4] + branches: [development] repository_dispatch: types: deploy-testnet workflow_dispatch: @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - ref: feature/staking-v4 + ref: development - name: Use Node.js uses: actions/setup-node@v1 with: diff --git a/src/components/TransactionActionBlock/TransactionActionNft.tsx b/src/components/TransactionActionBlock/TransactionActionNft.tsx index 5e4af6b2b..f753a70d2 100644 --- a/src/components/TransactionActionBlock/TransactionActionNft.tsx +++ b/src/components/TransactionActionBlock/TransactionActionNft.tsx @@ -77,8 +77,8 @@ export const TransactionActionNft = ({ className={`d-flex text-truncate ${ token.svgUrl ? 'side-link' : '' }`} - {...(token.type === NftTypeEnum.MetaESDT - ? { 'aria-label': displayIdentifier } + {...(token.type === NftTypeEnum.MetaESDT && token?.identifier + ? { 'aria-label': token.identifier } : {})} > {token.type === NftTypeEnum.MetaESDT && token?.svgUrl ? (