(pokemonID: string)
| 218 | })) |
| 219 | |
| 220 | const activeClass = (pokemonID: string) => |
| 221 | id() === pokemonID ? 'bg-gray-50' : 'hover:bg-gray-50' |
| 222 | |
| 223 | return ( |
| 224 | <div class="w-72 border-r flex flex-col px-2"> |
no outgoing calls
no test coverage detected
searching dependent graphs…