this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

v

+1 -1
+1 -1
src/routes/basic.tsx
··· 80 80 </TableRow> 81 81 </TableHeader> 82 82 <TableBody> 83 - {results.map((pokemon: PokemonListResult, idx: number) => ( 83 + {results.map((pokemon: PokemonListResult) => ( 84 84 <TableRow key={pokemon.name}> 85 85 <TableCell> 86 86 {pokemon.url.match(matchPokemonIdExp)?.[1]}