( badge: Pick<TopReader, 'keyword'>, )
| 260 | }; |
| 261 | |
| 262 | export const getTopReaderTopicLabel = ( |
| 263 | badge: Pick<TopReader, 'keyword'>, |
| 264 | ): string => badge.keyword.flags?.title || badge.keyword.value; |
| 265 | |
| 266 | const sortAwardsByCount = ( |
| 267 | awards: UserProductSummary[], |
no outgoing calls
no test coverage detected