Skip to content

Commit

Permalink
update redirect link list evm contract
Browse files Browse the repository at this point in the history
  • Loading branch information
nhphuc2411 committed Apr 24, 2024
1 parent eeecc41 commit d8cae27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ <h6 class="h4-mob mb-0 text--white fw-semibold">Contract Overview</h6>
<a
*ngIf="
contractDetail?.type === contractRegisterType.ERC20 ||
contractDetail?.type === contractRegisterType.ERC721
contractDetail?.type === contractRegisterType.ERC721 ||
contractDetail?.erc20_contract?.name ||
contractDetail?.erc721_contract?.name
"
class="ml-1 p-0 button button--ssm mb-1"
[routerLink]="['/token', contractDetail?.address]">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ <h1 class="mb-4 mb-lg-6 text--white">EVM Contracts</h1>
<a
*ngIf="
data['type'] === EvmContractRegisterType.ERC20 ||
data['type'] === EvmContractRegisterType.ERC721
data['type'] === EvmContractRegisterType.ERC721 ||
data['token_tracker']
"
class="ml-1 p-0 button button--ssm button-ghost"
[routerLink]="['/token', data['address']]">
Expand Down

0 comments on commit d8cae27

Please sign in to comment.