From 3ae2fe3e1cb3a6a8caa6863faf62845e2a52a092 Mon Sep 17 00:00:00 2001 From: Madalina Raicu Date: Mon, 5 Feb 2024 23:39:06 +0000 Subject: [PATCH] fix: remove semi-colon --- apps/trading/client-pages/market/trade-panels.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/trading/client-pages/market/trade-panels.tsx b/apps/trading/client-pages/market/trade-panels.tsx index 692a4ca9c..677405ff6 100644 --- a/apps/trading/client-pages/market/trade-panels.tsx +++ b/apps/trading/client-pages/market/trade-panels.tsx @@ -38,7 +38,7 @@ export const TradePanels = ({ market, pinnedAsset }: TradePanelsProps) => { // so watch out for clashes in props return ( - ; + ); };