We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed640c8 + 1f498b7 commit 0552dceCopy full SHA for 0552dce
frontend/src/components/material/useMaterialViewHelper.js
@@ -55,7 +55,7 @@ async function getSheets(camp, collection, materialList) {
55
materialItem.quantity,
56
materialItem.unit,
57
materialItem.article,
58
- ...(!materialList ? [materialItem.materialList().name] : []),
+ ...(!materialList ? [materialItem.materialList?.().name] : []),
59
activity?.title
60
? `${activity.category().short} ${activity?.title}: ${scheduleEntries}`
61
: period.description,
0 commit comments