diff --git a/assets/js/hooks/Mapper/components/mapInterface/widgets/SystemSignatures/renders/renderInfoColumn.tsx b/assets/js/hooks/Mapper/components/mapInterface/widgets/SystemSignatures/renders/renderInfoColumn.tsx index f91edcb0..96f7ee65 100644 --- a/assets/js/hooks/Mapper/components/mapInterface/widgets/SystemSignatures/renders/renderInfoColumn.tsx +++ b/assets/js/hooks/Mapper/components/mapInterface/widgets/SystemSignatures/renders/renderInfoColumn.tsx @@ -22,16 +22,34 @@ export const renderInfoColumn = (row: SystemSignature) => { {customInfo.time_status === TimeStatus._1h && ( +
+
+ )} + + {customInfo.time_status === TimeStatus._4h && ( +
)} + {customInfo.time_status === TimeStatus._4h30m && ( + +
+
+ )} + {customInfo.isCrit && (
)} + {customInfo.mass_status === MassState.half && ( + +
+
+ )} + {customInfo.mass_status === MassState.verge && (