mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
refactor(FE-326): Comment _closing for copy-paste function
This commit is contained in:
@@ -34,7 +34,7 @@ const ClosingDetailPage = () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!isLoadingClosing && (!closing || isResponseError(closing))) {
|
if (!isLoadingClosing && (!closing || isResponseError(closing))) {
|
||||||
// router.replace('/404');
|
router.replace('/404');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user