Skip to content

Commit

Permalink
style: add trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
hroth1994 committed Sep 23, 2024
1 parent da0cca5 commit 3668b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion es-vue-base/src/lib-components/EsNavBarSearchBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default {
components: {
EsButton,
EsFormInput,
IconSearch
IconSearch,
},
props: {
label: {
Expand Down

0 comments on commit 3668b27

Please sign in to comment.