refactor(FE-326): Comment _closing for copy-paste function

This commit is contained in:
rstubryan
2025-12-06 09:58:38 +07:00
parent 27c867036f
commit 99b9df27a7
2 changed files with 1 additions and 1 deletions
@@ -34,7 +34,7 @@ const ClosingDetailPage = () => {
} }
if (!isLoadingClosing && (!closing || isResponseError(closing))) { if (!isLoadingClosing && (!closing || isResponseError(closing))) {
// router.replace('/404'); router.replace('/404');
return; return;
} }