diff --git a/frontend/src/pages/TestEdit/index.tsx b/frontend/src/pages/TestEdit/index.tsx index 9bca277..962e1af 100644 --- a/frontend/src/pages/TestEdit/index.tsx +++ b/frontend/src/pages/TestEdit/index.tsx @@ -235,7 +235,7 @@ export default function TestEdit() { Открыть )} - {record.id !== test.id && ( + {(record.id !== test.id || !record.is_active) && (