This commit is contained in:
Jamie Vigliotta 2020-07-15 16:35:55 -07:00
parent 70125afa9d
commit d2b9a7754f
3 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@
class="js-third-data"
:class="valueClass"
>{{ value }}</td>
<td
<td
v-if="hasUnits"
class="js-units"
>

View File

@ -102,7 +102,7 @@ export default {
hasUnits = true;
break;
}
};
}
this.hasUnits = hasUnits;
}
}

View File

@ -156,7 +156,7 @@ export default {
if(metadatum.unit) {
hasUnits = true;
}
};
}
}
}
}