diff --git a/assets/components/actors/actor.vue b/assets/components/actors/actor.vue index 6e5c7e60..962c97d7 100644 --- a/assets/components/actors/actor.vue +++ b/assets/components/actors/actor.vue @@ -136,8 +136,8 @@ > Height - {{ actor.height }} cm - {{ imperialHeight.feet }}' {{ imperialHeight.inches }}" + {{ actor.height.metric }} cm + {{ actor.height.imperial }} @@ -148,8 +148,8 @@ Weight - {{ actor.weight }} kg - {{ imperialWeight }} lbs + {{ actor.weight.metric }} kg + {{ actor.weight.imperial }} lbs @@ -239,8 +239,6 @@