diff --git a/src/pages/DrillingProgram/CategoryHistory.jsx b/src/pages/DrillingProgram/CategoryHistory.jsx index 2be6695..1df55ad 100755 --- a/src/pages/DrillingProgram/CategoryHistory.jsx +++ b/src/pages/DrillingProgram/CategoryHistory.jsx @@ -39,12 +39,15 @@ export const historyColumns = [ return (
-
- -
-
- -
+ {approved.length > 0 ? ( +
+ +
+ ) : rejected.length > 0 ? ( +
+ +
+ ) : 'Нет отметок'}
) }