Minor formatting changes from prettier 2.0
This commit is contained in:
parent
e983d4a157
commit
ea715da82e
2
App.vue
2
App.vue
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div>
|
||||
<AssetLabel
|
||||
v-for="asset in assets.rows.filter(t => t.name !== '')"
|
||||
v-for="asset in assets.rows.filter((t) => t.name !== '')"
|
||||
:asset="asset"
|
||||
:key="asset.id"
|
||||
>
|
||||
|
Reference in New Issue
Block a user