missed some more uses of measurement describer
This commit is contained in:
parent
52db64a8c6
commit
324ce7807f
2 changed files with 14 additions and 6 deletions
|
|
@ -346,14 +346,14 @@ export default function BinComponentGraph(props: Props) {
|
|||
? measurements?.map(um =>
|
||||
areaGraph(
|
||||
um,
|
||||
describeMeasurement(um.type, component.type(), component.subType()),
|
||||
describeMeasurement(um.type, component.type(), component.subType(), undefined, user),
|
||||
component.settings.smoothingAverages
|
||||
)
|
||||
)
|
||||
: measurements?.map(um =>
|
||||
lineGraph(
|
||||
um,
|
||||
describeMeasurement(um.type, component.type(), component.subType()),
|
||||
describeMeasurement(um.type, component.type(), component.subType(), undefined, user),
|
||||
component.settings.smoothingAverages
|
||||
)
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue