feat(#46): Merge boxes view into my dex page

This commit is contained in:
Josh Creek
2024-07-17 22:07:07 +01:00
parent 02a2160f08
commit bfde0c49f5
5 changed files with 142 additions and 223 deletions
@@ -33,7 +33,7 @@
if (catchRecord.caught || catchRecord.haveToEvolve) {
return '';
} else {
if (pokedexEntry.boxPlacementForms.column % 2 === 0) {
if (pokedexEntry[currentPlacement].column % 2 === 0) {
return 'background-color: #ffffff';
} else {
return 'background-color: #f9f9f9;';