Skip to content

Commit

Permalink
update trade card
Browse files Browse the repository at this point in the history
  • Loading branch information
viteshan committed Sep 26, 2022
1 parent 2466e20 commit de4ab87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion srcPC/pages/trade/center/tradeCard/tradeCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@
{{ $t('trade.limitPrice.title') }}
</div>
<!-- hide market price -->
<div
<!-- <div
class="tab-item"
:class="{ active: priceType === 'market' }"
@click="togglePriceType('market')"
>
Market
</div>
-->
</div>

<div class="right-tab">
Expand Down

0 comments on commit de4ab87

Please sign in to comment.