Skip to content

Commit

Permalink
Debug code cleanuip
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkDawson104 committed Sep 22, 2024
1 parent 7be77c4 commit 068f2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/battle/BotParticipant.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="flex-row flex-center">
<Icon :icon="robot" :height="16" />
</div>
<div>{{ bot.name }} - {{ botNameAffix }}</div>
<div>{{ bot.name }}</div>
</TeamParticipant>
<LuaOptionsModal
:id="`configure-bot-${bot.name}`"
Expand Down

0 comments on commit 068f2e7

Please sign in to comment.