(pathname: string)
| 12 | import queryFromState from './queryFromState' |
| 13 | |
| 14 | const atHomepage = (pathname: string) => pathname === '/' |
| 15 | |
| 16 | const pathnameFor = (pathname: string, selectedScope: string) => { |
| 17 | if (atHomepage(pathname)) return topicPath(everythingTopicId) |
no outgoing calls
no test coverage detected