From 79490d5979f93eebff79e2088274f8b5e84fbb9d Mon Sep 17 00:00:00 2001 From: ghost2023 Date: Thu, 2 Jul 2026 13:44:07 +0300 Subject: [PATCH] fix --- .../portal/src/pages/MyPortalPage/MyPortalPage.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/edr-freight-web/portal/src/pages/MyPortalPage/MyPortalPage.tsx b/apps/edr-freight-web/portal/src/pages/MyPortalPage/MyPortalPage.tsx index 7cfac56af..5cc4fe5cf 100644 --- a/apps/edr-freight-web/portal/src/pages/MyPortalPage/MyPortalPage.tsx +++ b/apps/edr-freight-web/portal/src/pages/MyPortalPage/MyPortalPage.tsx @@ -5,7 +5,6 @@ import { useState } from "react"; import { useNavigate } from "react-router-dom"; import { PROFILE_TYPE_LABELS } from "@/constants/profileMode"; import { - ActionNeededSection, FreightVolumeSection, HelloSection, InvoicesSection, @@ -14,7 +13,6 @@ import { ShipmentsSection, StatsSection, } from "./components"; -import { deriveActionItems } from "./actions"; import { useMyPortalData } from "./hooks"; export default function MyPortalPage() { @@ -30,7 +28,6 @@ export default function MyPortalPage() { recentContracts, activeContractsCount, allBookings, - allContracts, activeBookings, newActiveThisWeek, outstandingInvoices,