()
| 239 | }; |
| 240 | |
| 241 | const getStartTimeString = () => { |
| 242 | const timestamp = statusState?.status?.start_time; |
| 243 | return statusState.status ? timestamp2string(timestamp) : ''; |
| 244 | }; |
| 245 | |
| 246 | return ( |
| 247 | <Row> |
nothing calls this directly
no test coverage detected