| 45 | } from "@/components/ResizableDataTable"; |
| 46 | |
| 47 | interface ObservabilityIndicatorProps { |
| 48 | row: Record<string, unknown>; |
| 49 | currentOperation: string; |
| 50 | } |
| 51 | |
| 52 | const ObservabilityIndicator = React.memo( |
| 53 | ({ row, currentOperation }: ObservabilityIndicatorProps) => { |
nothing calls this directly
no outgoing calls
no test coverage detected