Skip to content

Commit

Permalink
Remove trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-cox committed Dec 20, 2024
1 parent c5854c2 commit 2ef539c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/edit/provisioning.cattle.io.cluster/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ export default {
<div
v-for="(obj, i) in groupedSubTypes"
:key="i"
:class="{'mt-5': i === 0, 'mt-20': i !== 0, }"
:class="{'mt-5': i === 0, 'mt-20': i !== 0 }"
style="width: 100%;"
>
<h4>
Expand Down

0 comments on commit 2ef539c

Please sign in to comment.