From 723c104b97df05aceda00a0179f230aa3baa1114 Mon Sep 17 00:00:00 2001 From: Vitalii Kiiko Date: Mon, 9 Feb 2026 13:18:29 +0100 Subject: [PATCH] - removed console log; --- src/pages/DomandaEditPreInstructor/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pages/DomandaEditPreInstructor/index.js b/src/pages/DomandaEditPreInstructor/index.js index 24ab364..df0abe9 100644 --- a/src/pages/DomandaEditPreInstructor/index.js +++ b/src/pages/DomandaEditPreInstructor/index.js @@ -1109,8 +1109,6 @@ const DomandaEditPreInstructor = () => { }*/ const actionBtns = () => { - console.log(!data.id, !allFilesRated, !allChecksChecked, - !['NDG'].includes(data.applicationStatus), evaluationBlockedForUser(data), connectedSoccorsoId !== 0); return
{(['SOCCORSO', 'CLOSE', 'EVALUATION', 'NDG', 'APPOINTMENT', 'ADMISSIBLE', 'AWAITING_TECHNICAL_EVALUATION', 'TECHNICAL_EVALUATION'].includes(data.applicationStatus)