Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
Revert "Revert "Mitra/DPROD-2207/remove demo tag from accumulator"" (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
habib-deriv authored Jan 16, 2024
1 parent 868c26d commit 44e511a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/features/pages/options/accumulator/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,12 @@ import AvailableMarketPlatforms from 'features/components/organisms/available-ma
import OptionsFaq from 'features/components/templates/options-faq'
import Flex from 'features/components/atoms/flex-box'

interface AccumulatorsOptionsProps {
is_coming_soon?: boolean
}

const AccumulatorsOptions = ({ is_coming_soon = true }: AccumulatorsOptionsProps) => {
const AccumulatorsOptions = () => {
return (
<>
<OptionsLayout
heading="_t_What are accumulator options?_t_"
description="_t_Accumulator options allow you to predict whether the current spot price remains within a predefined range from the previous spot price._t_"
is_coming_soon={is_coming_soon}
>
<Typography.Heading
as="h2"
Expand Down

1 comment on commit 44e511a

@vercel
Copy link

@vercel vercel bot commented on 44e511a Jan 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

deriv-com – ./

deriv-com.binary.sx
deriv-com-git-master.binary.sx

Please sign in to comment.