Hotfix: Containers total weight now showing correctly on inventory tab

This commit is contained in:
Stefan Zermatten
2021-02-24 15:18:32 +02:00
parent e1d670fe9f
commit df361236f5

View File

@@ -17,7 +17,7 @@
>
$vuetify.icons.weight
</v-icon>
{{ (model.contentsWeight ? 0 : model.contentsWeight || 0) + (model.weight || 0) }}
{{ (model.contentsWeightless ? 0 : model.contentsWeight || 0) + (model.weight || 0) }}
</v-toolbar-title>
<v-toolbar-title
class="layout row align-center"