@@ -154,6 +160,19 @@ export function Sidebar() {
Мессенджер
+
+
{/* Услуги - только для фулфилмент центров */}
{user?.organization?.type === 'FULFILLMENT' && (
+ )
+}
\ No newline at end of file
diff --git a/src/components/market/market-dashboard.tsx b/src/components/market/market-dashboard.tsx
index dee2215..0834d21 100644
--- a/src/components/market/market-dashboard.tsx
+++ b/src/components/market/market-dashboard.tsx
@@ -4,14 +4,11 @@ import { useState } from 'react'
import { Tabs, TabsContent, TabsList, TabsTrigger } from '@/components/ui/tabs'
import { Card } from '@/components/ui/card'
import { Sidebar } from '@/components/dashboard/sidebar'
-import { MarketCounterparties } from './market-counterparties'
-import { MarketFulfillment } from './market-fulfillment'
-import { MarketSellers } from './market-sellers'
-import { MarketLogistics } from './market-logistics'
-import { MarketWholesale } from './market-wholesale'
import { MarketProducts } from './market-products'
import { MarketCategories } from './market-categories'
import { MarketRequests } from './market-requests'
+import { MarketInvestments } from './market-investments'
+import { MarketBusiness } from './market-business'
import { FavoritesDashboard } from '../favorites/favorites-dashboard'
export function MarketDashboard() {
@@ -46,7 +43,7 @@ export function MarketDashboard() {
{/* Основной контент с табами */}