Skip to content

Commit

Permalink
fix(SelectUnitModal): rename old component
Browse files Browse the repository at this point in the history
  • Loading branch information
rudnovd committed Feb 13, 2022
1 parent 5c38158 commit 5dc9572
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/damageCalculator/SelectUnitModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
</div>

<div v-else class="search-units">
<Portrait
<ObjectPortrait
v-for="creature in searchCreatures"
:key="creature.id"
class="creature-img"
folder="/images/creatures/portraits/big"
:object="creature"
:file="{ name: creature.id, alt: creature.name }"
:width="58"
:height="64"
@click="selectUnit(creature)"
Expand Down

0 comments on commit 5dc9572

Please sign in to comment.