(value)
| 27 | const TIMELINE_KEY = {decision: "Decision", interview: "Interview", submit: "Submit"}; |
| 28 | |
| 29 | const dateText = (value) => (value ? String(value).split("T")[0] : ""); |
| 30 | |
| 31 | /* ----------------------------- chip helpers ----------------------------- */ |
| 32 |
no outgoing calls
no test coverage detected