From f93493f68c9f368e10f1c3379f1c1384068e3b14 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Mon, 8 Sep 2025 10:29:19 +0000 Subject: (대표님, 최겸) rfqLast, bidding, prequote MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/[lng]/evcp/(evcp)/bid/[id]/detail/page.tsx | 1 - app/[lng]/evcp/(evcp)/rfq-last/[id]/vendor/page.tsx | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/[lng]/evcp/(evcp)/bid/[id]/detail/page.tsx b/app/[lng]/evcp/(evcp)/bid/[id]/detail/page.tsx index ac9b5df4..4dc36e20 100644 --- a/app/[lng]/evcp/(evcp)/bid/[id]/detail/page.tsx +++ b/app/[lng]/evcp/(evcp)/bid/[id]/detail/page.tsx @@ -44,7 +44,6 @@ export default async function Page({ params }: PageProps) { bidding={detailData.bidding} quotationDetails={detailData.quotationDetails} quotationVendors={detailData.quotationVendors} - biddingCompanies={detailData.biddingCompanies} prItems={detailData.prItems} /> diff --git a/app/[lng]/evcp/(evcp)/rfq-last/[id]/vendor/page.tsx b/app/[lng]/evcp/(evcp)/rfq-last/[id]/vendor/page.tsx index 30075cbe..012296ca 100644 --- a/app/[lng]/evcp/(evcp)/rfq-last/[id]/vendor/page.tsx +++ b/app/[lng]/evcp/(evcp)/rfq-last/[id]/vendor/page.tsx @@ -35,6 +35,7 @@ export default async function VendorPage(props: VendorPageProps) { const { data: rfqData, success: rfqSuccess } = await getRfqWithDetails(rfqId); const { data: vendorResponses, success: responsesSuccess } = await getRfqVendorResponses(rfqId); + if (!rfqSuccess || !rfqData) { return (
-- cgit v1.2.3