Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit b48196a

Browse files
author
Sean Ho
authored
Revert "mehrzad / add dbot to multiplier (#2722)" (#2743)
This reverts commit 8c40f2e.
1 parent 6d67ed8 commit b48196a

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/pages/trade-types/multiplier/_cfds.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import { SmartFXDetails } from '../../markets/static/content/_details'
77
import { Text } from 'components/elements'
88
import { SectionContainer, Show, Flex } from 'components/containers'
99
import { Localize, localize } from 'components/localization'
10-
import { getCountryRule } from 'components/containers/visibility'
1110
import device from 'themes/device'
1211
import { DerivStore } from 'store'
1312

@@ -28,7 +27,6 @@ const StyledTitle = styled(Text)`
2827

2928
const CFDs = () => {
3029
const { is_eu_country } = React.useContext(DerivStore)
31-
const { is_row } = getCountryRule()
3230

3331
const major_pairs = {
3432
markets_list: {
@@ -78,7 +76,7 @@ const CFDs = () => {
7876
)}
7977
</Text>
8078
<AvailablePlatformsWrapper mb="40px">
81-
<AvailablePlatforms m_top="16px" dbot={is_row} dtrader />
79+
<AvailablePlatforms m_top="16px" dtrader />
8280
</AvailablePlatformsWrapper>
8381
<StyledTitle>
8482
{localize('Forex pairs available for multipliers trading')}

src/pages/trade-types/multiplier/_synthetic-indices.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import {
1818
import { Text } from 'components/elements'
1919
import { SectionContainer, Flex, CssGrid, Show } from 'components/containers'
2020
import { localize, Localize } from 'components/localization'
21-
import { getCountryRule } from 'components/containers/visibility'
2221
import device from 'themes/device'
2322
import { DerivStore } from 'store'
2423

@@ -141,7 +140,6 @@ const ContinuousIndicesDetails = () => (
141140

142141
const SyntheticIndices = () => {
143142
const { is_eu_country } = React.useContext(DerivStore)
144-
const { is_row } = getCountryRule()
145143

146144
return (
147145
<SectionContainer padding="4rem 0 8rem">
@@ -156,7 +154,7 @@ const SyntheticIndices = () => {
156154
)}
157155
</StyledText>
158156
<AvailablePlatformsWrapper mb="40px">
159-
<AvailablePlatforms m_top="16px" dbot={is_row} dtrader />
157+
<AvailablePlatforms dtrader />
160158
</AvailablePlatformsWrapper>
161159
<Text weight="bold">
162160
{localize('Synthetic indices available for multipliers trading')}

0 commit comments

Comments
 (0)