From e3e774e40e00f905489c6cdea89e33f54d3d1e78 Mon Sep 17 00:00:00 2001 From: konstantinosG-deriv <104083272+konstantinosG-deriv@users.noreply.github.com> Date: Wed, 11 Oct 2023 08:12:10 +0200 Subject: [PATCH] fix: remove tag (#5750) Co-authored-by: Konstantinos-Gk --- src/pages/markets/instruments/_drift_switch_indices.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/pages/markets/instruments/_drift_switch_indices.tsx b/src/pages/markets/instruments/_drift_switch_indices.tsx index 101a3d141c4..d269ab1fa38 100644 --- a/src/pages/markets/instruments/_drift_switch_indices.tsx +++ b/src/pages/markets/instruments/_drift_switch_indices.tsx @@ -6,7 +6,12 @@ const DriftSwitchIndices = () => { return ( <> {drift_switch_indices.map((symbol) => ( - + ))} )