Skip to content

Commit 1f5f3a6

Browse files
committed
lint
1 parent e286126 commit 1f5f3a6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pdf/src/campPrint/scheduleEntry/contentNode/Material.vue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ export default {
2525
},
2626
computed: {
2727
sortedMaterialItems() {
28-
return sortBy(
29-
this.contentNode.materialItems().items,
30-
(item) => (item.materialList ? item.materialList()?.name : '')
28+
return sortBy(this.contentNode.materialItems().items, (item) =>
29+
item.materialList ? item.materialList()?.name : ''
3130
)
3231
},
3332
},

0 commit comments

Comments
 (0)