(id: string)
| 1 | import { AlertMessageType } from './types' |
| 2 | |
| 3 | function topicPath(id: string): string { |
| 4 | return `/topics/${id}` |
| 5 | } |
| 6 | |
| 7 | function backgroundColor(hexColor: string) { |
| 8 | return hexColor === '' ? '' : `${hexColor}33` |
no outgoing calls
no test coverage detected