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

Commit

Permalink
fix: remove tag (#5750)
Browse files Browse the repository at this point in the history
Co-authored-by: Konstantinos-Gk <[email protected]>
  • Loading branch information
konstantinosG-deriv and Konstantinos-Gk authored Oct 11, 2023
1 parent 06a13eb commit e3e774e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/pages/markets/instruments/_drift_switch_indices.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ const DriftSwitchIndices = () => {
return (
<>
{drift_switch_indices.map((symbol) => (
<Symbol key={symbol.text} src={symbol.src} text={symbol.text} has_demo_tag={true} />
<Symbol
key={symbol.text}
src={symbol.src}
text={symbol.text}
has_demo_tag={false}
/>
))}
</>
)
Expand Down

1 comment on commit e3e774e

@vercel
Copy link

@vercel vercel bot commented on e3e774e Oct 11, 2023

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-git-master.binary.sx
deriv-com.binary.sx

Please sign in to comment.