Skip to content

Commit

Permalink
[targetSelector] Fix player accordion
Browse files Browse the repository at this point in the history
  • Loading branch information
YanisBft committed Jan 6, 2025
1 parent 95857a1 commit 05801d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tools/targetSelector/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -624,12 +624,12 @@ async function copySelector() {
</div>
</CdxAccordion>

<CdxAccordion open>
<CdxAccordion v-if="isPlayer()" open>
<template #title>
{{ t('targetSelector.group.player') }}
</template>
<!-- Player-specific -->
<div v-if="isPlayer()" class="flex flex-row flex-wrap gap-x-6">
<div class="flex flex-row flex-wrap gap-x-6">
<CdxField>
<template #label>{{ t('targetSelector.level') }}</template>
<div class="flex flex-row gap-4">
Expand Down

0 comments on commit 05801d1

Please sign in to comment.