From 62e2a7ba85aab4800a25f145214065999ddee376 Mon Sep 17 00:00:00 2001 From: bot-backend Date: Sat, 4 Jul 2026 17:44:48 +0300 Subject: [PATCH] =?UTF-8?q?style(tradein/v2):=20prettier=20(=D1=80=D0=B5?= =?UTF-8?q?=D0=BF=D0=BE=D0=B7=D0=B8=D1=82=D0=BE=D1=80=D0=BD=D1=8B=D0=B9=20?= =?UTF-8?q?pre-commit=20=D0=BD=D0=B5=20=D0=BF=D0=BE=D0=BA=D1=80=D1=8B?= =?UTF-8?q?=D0=B2=D0=B0=D0=B5=D1=82=20tradein-mvp/frontend)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tradein-mvp/frontend/src/app/v2/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tradein-mvp/frontend/src/app/v2/page.tsx b/tradein-mvp/frontend/src/app/v2/page.tsx index 3f6868ac..e3d7ba06 100644 --- a/tradein-mvp/frontend/src/app/v2/page.tsx +++ b/tradein-mvp/frontend/src/app/v2/page.tsx @@ -424,8 +424,7 @@ export default function TradeInV2Page() { string | null | undefined >(undefined); - const urlId = - pendingRestoreId !== undefined ? pendingRestoreId : readUrlId(); + const urlId = pendingRestoreId !== undefined ? pendingRestoreId : readUrlId(); // Post-mount flag: readUrlId() is null on SSR but a UUID on the client's first // render, so any structure that depends on the id (e.g. the PDF vs disabled