Skip to content

Commit 2bc3355

Browse files
Chris KhanChris Khan
authored andcommitted
refactor(ui): remove Standard tab header (bots disabled)
1 parent 4524a18 commit 2bc3355

2 files changed

Lines changed: 0 additions & 28 deletions

File tree

components/Partials/Trade/Futures/Form/Index.vue

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,6 @@ onMounted(() => {
2222

2323
<template>
2424
<div>
25-
<div class="h-header flex border-b">
26-
<AppButtonSelect
27-
v-for="{ value, disabled } in options"
28-
:key="value"
29-
v-model="queryTradingMode"
30-
v-bind="{ value, disabled }"
31-
class="font-bold text-sm flex justify-center items-center px-6 border-r last:border-r-0 text-coolGray-450 flex-1"
32-
active-classes="bg-brand-875 text-white"
33-
>
34-
{{ $t(`trade.${value}`) }}
35-
</AppButtonSelect>
36-
</div>
3725
<PartialsTradeFuturesFormStandard />
3826
</div>
3927
</template>

components/Partials/Trade/Spot/Form/Index.vue

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,6 @@ onMounted(() => {
2828

2929
<template>
3030
<div>
31-
<div
32-
class="h-subHeader flex border-b"
33-
:data-cy="dataCyTag(SpotMarketCyTags.SpotTradingMode)"
34-
>
35-
<AppButtonSelect
36-
v-for="{ value, disabled } in options"
37-
:key="value"
38-
v-model="queryTradingMode"
39-
v-bind="{ value, disabled }"
40-
class="font-bold text-sm flex justify-center items-center px-6 border-r last:border-r-0 text-coolGray-450 flex-1"
41-
active-classes="bg-brand-875 text-white"
42-
>
43-
{{ $t(`trade.${value}`) }}
44-
</AppButtonSelect>
45-
</div>
46-
4731
<div>
4832
<PartialsTradeSpotFormStandard />
4933
</div>

0 commit comments

Comments
 (0)