From 8c167596219af6bfde752e917a5397a55a170bd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20G=C5=82ownia?= Date: Thu, 23 Mar 2023 00:34:58 +0100 Subject: [PATCH] fix(trading): use unique keys in LocalStoragePersistTabs (#3255) --- apps/trading/client-pages/market/trade-grid.tsx | 12 ++++++------ apps/trading/client-pages/portfolio/portfolio.tsx | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/trading/client-pages/market/trade-grid.tsx b/apps/trading/client-pages/market/trade-grid.tsx index 262194fe5..9809fab99 100644 --- a/apps/trading/client-pages/market/trade-grid.tsx +++ b/apps/trading/client-pages/market/trade-grid.tsx @@ -96,7 +96,7 @@ const MarketBottomPanel = memo( minSize={50} > - + - + ) : ( - + @@ -201,7 +201,7 @@ const MainGrid = memo( preferredSize="50%" > - + @@ -220,7 +220,7 @@ const MainGrid = memo( minSize={300} > - + - + diff --git a/apps/trading/client-pages/portfolio/portfolio.tsx b/apps/trading/client-pages/portfolio/portfolio.tsx index b90ba56d8..099d4e0d1 100644 --- a/apps/trading/client-pages/portfolio/portfolio.tsx +++ b/apps/trading/client-pages/portfolio/portfolio.tsx @@ -45,7 +45,7 @@ export const Portfolio = () => { - + @@ -83,7 +83,7 @@ export const Portfolio = () => { minSize={50} > - +