Skip to content

Commit

Permalink
core: frontend: fix syntax to make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani authored and patrickelectric committed Nov 21, 2022
1 parent 006fc77 commit e74587b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion core/frontend/src/views/ExtensionManagerView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,10 @@
>
<v-card>
<v-card-title class="pb-0 ">
{{ extension.name.split('/')[1] }} <span class="ml-3" style="color: grey;"> {{ extension.tag }}</span>
{{ extension.name.split('/')[1] }} <span
class="ml-3"
style="color: grey;"
> {{ extension.tag }}</span>
</v-card-title>
<span class="mt-0 mb-4 ml-4 text--disabled">{{ extension.name }}</span>
<v-card-text width="50%">
Expand Down

0 comments on commit e74587b

Please sign in to comment.