Skip to content

Commit

Permalink
joystick-configuration-view: Remove extraneous attribute
Browse files Browse the repository at this point in the history
This was leading to a huge amount of warnings in the console.
  • Loading branch information
rafaellehmkuhl committed Jan 2, 2025
1 parent 0e9544a commit af005cf
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/views/ConfigurationJoystickView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,7 @@
>
<p class="text-base text-center font-bold mt-6 mb-4">Connect a joystick and press any key.</p>
</div>
<ExpansiblePanel
v-else
class="mt-3"
no-top-divider
no-bottom-divider
:is-expanded="!interfaceStore.isOnPhoneScreen"
compact
>
<ExpansiblePanel v-else no-top-divider no-bottom-divider :is-expanded="!interfaceStore.isOnPhoneScreen" compact>
<template #title>General settings</template>
<template #info>
<div class="flex flex-col items-start px-5 font-medium">
Expand Down

0 comments on commit af005cf

Please sign in to comment.