mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 05:22:02 +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))) {
|
||||
// router.replace('/404');
|
||||
router.replace('/404');
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user