()
| 30 | const connColorNum = computeConnColorNum(connStatus); |
| 31 | let color = `var(--conn-icon-color-${connColorNum})`; |
| 32 | const clickHandler = function () { |
| 33 | recordTEvent("action:other", { "action:type": "conndropdown", "action:initiator": "mouse" }); |
| 34 | setConnModalOpen(true); |
| 35 | }; |
| 36 | let titleText = null; |
| 37 | let shouldSpin = false; |
| 38 | let connDisplayName: string = null; |
nothing calls this directly
no test coverage detected