Skip to content

Commit

Permalink
simplify code
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Nov 29, 2024
1 parent 93d4810 commit 8b4ffea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/setup/TilesSetup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@
</div>

<h5 v-html="t('setupTiles.tileRandomizer.roundBoosters')"></h5>
<template v-for="id of roundBoosterTiles" :key="id">
<AppIcon type="round-booster" :name="`${id}`" extension="webp" class="roundBoosterTile"/>
</template>
<AppIcon v-for="id of roundBoosterTiles" :key="id" type="round-booster" :name="`${id}`" extension="webp" class="roundBoosterTile"/>

<h5 v-html="t('setupTiles.tileRandomizer.researchBoard')"></h5>
<div class="researchBoardWrapper">
Expand Down

0 comments on commit 8b4ffea

Please sign in to comment.