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

Commit

Permalink
fix: suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
mayuran-deriv committed Dec 20, 2023
1 parent 9835a00 commit 34c0c3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/pages/markets/instruments/_crash-boom.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react'
import Symbol from '../components/helper/_symbol'
import {
crash_boom,
crash_boom_c_trader,
crash_boom_ctrader,
crash_boom_trade_type_eu,
} from '../static/content/_market-symbols'
import useRegion from 'components/hooks/use-region'
Expand Down Expand Up @@ -61,7 +61,7 @@ const CrashBoom = () => {
<Localize translate_text={'_t_Deriv cTrader:_t_'} />
</Typography.Paragraph>

{crash_boom_c_trader.map((symbol, index) => (
{crash_boom_ctrader.map((symbol, index) => (
<Symbol key={index} src={symbol.src} text={symbol.text} />
))}
</>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/markets/static/content/_market-symbols.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ export const crash_boom: TMarketSymbol[] = [
},
]

export const crash_boom_c_trader: TMarketSymbol[] = [
export const crash_boom_ctrader: TMarketSymbol[] = [
{
src: icons.CRASHI600,
text: '_t_Crash 600 Index_t_',
Expand Down

0 comments on commit 34c0c3e

Please sign in to comment.