Skip to content

Commit

Permalink
ui: remove redundant code in MonsterSelect.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
jayktaylor committed Jan 29, 2024
1 parent 4e005a7 commit d4be16b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/components/monster/MonsterSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ const MonsterSelect: React.FC = observer(() => {
version: m.version || '',
monster: {
...m,
monsterCurrentHp: m.skills.hp,
},
})), [availableMonsters]);

Expand Down

0 comments on commit d4be16b

Please sign in to comment.