Skip to content

Commit

Permalink
Merge pull request #299 from pqv199x/apply-token
Browse files Browse the repository at this point in the history
disable apply tomo x
  • Loading branch information
pqv199x authored Mar 7, 2022
2 parents a01d6b8 + 6e9d1e3 commit 18273cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions app/components/Token.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
Apply to TomoZ Protocol
</b-link>
</li>
<li>
<!-- <li>
<b-link
v-if="token.type === 'trc21' && !isAppliedX && account === contractCreation"
:to="'/tomoxcondition/' + address"
Expand All @@ -71,10 +71,9 @@
<span class="tm-icon-tomox-new-w mr-1">
<span class="path1"/><span class="path2"/><span class="path3"/>
</span>
<!-- <i class="tm-icon-tomoz mr-1"/> -->
Apply to TomoX Protocol
</b-link>
</li>
</li> -->
<li>
<b-dropdown
right
Expand Down
4 changes: 2 additions & 2 deletions app/components/accounts/ListToken.vue
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@
:to="'/tomozcondition/' + data.item.hash">
Apply to TomoZ
</b-dropdown-item>
<b-dropdown-item
<!-- <b-dropdown-item
v-if="data.type === 'trc21' && !data.item.applytomox"
:to="'/tomoxcondition/' + data.item.hash">
Apply to TomoX
</b-dropdown-item>
</b-dropdown-item> -->
<b-dropdown-item
href="https://github.com/tomochain/tokens"
target="_blank">
Expand Down

0 comments on commit 18273cd

Please sign in to comment.