|
|
|
@@ -46,7 +46,7 @@ type Props = { |
|
|
|
onTrace?: (params: TraceParams) => void; |
|
|
|
}; |
|
|
|
|
|
|
|
/** FP-MTMS Version Checklist | Functions Ref. No. 6 | v1.0.0 | 2026-07-14 */ |
|
|
|
/** FP-MTMS Version Checklist | Functions Ref. No. 17 | v1.0.0 | 2026-07-17 */ |
|
|
|
const ItemTracingSections: React.FC<Props> = ({ data, compiledGraph, onTrace }) => { |
|
|
|
const { t } = useTranslation("itemTracing"); |
|
|
|
const [tab, setTab] = useState(0); |
|
|
|
|