We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 000a854 commit c1ca5ddCopy full SHA for c1ca5dd
frontend/src/views/HomeView/index.vue
@@ -133,16 +133,16 @@ watch(showController, (v) => {
133
class="controller"
134
>
135
<GroupsController />
136
- <Button
137
- v-show="showController"
138
- class="close-controller"
139
- @click="showController = false"
140
- type="text"
141
- size="small"
142
- >
143
- <Icon icon="close" />
144
- </Button>
145
</div>
+
+ <Button
+ v-show="showController"
+ class="close-controller"
+ @click="showController = false"
+ type="text"
+ size="small"
+ icon="close"
+ />
146
</template>
147
148
0 commit comments