MCPcopy Create free account
hub / github.com/dashrobotco/robot-components / getHeaderText

Function getHeaderText

app/nodegrid/page.tsx:675–680  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

673 const currentHeight = isExpanded ? expandedHeight : HEADER_HEIGHT;
674
675 const getHeaderText = () => {
676 if (activeCount > 0) {
677 return `${activeCount} job${activeCount !== 1 ? 's' : ''} processing`;
678 }
679 return `${jobs.length} job${jobs.length !== 1 ? 's' : ''} completed`;
680 };
681
682 return (
683 <motion.div

Callers 1

PhysicsPanelFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected