MCPcopy Create free account
hub / github.com/codeaashu/claude-code / _temp2

Function _temp2

src/components/teams/TeamsDialog.tsx:541–543  ·  view source on GitHub ↗
(task_0)

Source from the content-addressed store, hash-verified

539 return t13;
540}
541function _temp2(task_0) {
542 return <Text key={task_0.id} color={task_0.status === "completed" ? "success" : undefined}>{task_0.status === "completed" ? figures.tick : "\u25FC"}{" "}{task_0.subject}</Text>;
543}
544function _temp(prev) {
545 return !prev;
546}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected