From 3661b468d5801d5d9d455e668fc22e1fd33a3c93 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Tue, 2 Jul 2024 17:47:23 +0300 Subject: [PATCH] fix main components on desktop --- apps/web/Components/Calculation/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/web/Components/Calculation/index.tsx b/apps/web/Components/Calculation/index.tsx index ec00893..2752341 100644 --- a/apps/web/Components/Calculation/index.tsx +++ b/apps/web/Components/Calculation/index.tsx @@ -67,9 +67,9 @@ export function Content({ initHooks, title }: ContentProps) { - {tabs.map(({ Component, key }) => ( - - ))} +
+ +