diff --git a/website/client/components/inventory/equipment/index.vue b/website/client/components/inventory/equipment/index.vue index f676f7ccf0..6caa7f3fcd 100644 --- a/website/client/components/inventory/equipment/index.vue +++ b/website/client/components/inventory/equipment/index.vue @@ -13,8 +13,8 @@ :key="group.key", ) .custom-control.custom-checkbox - input.custom-control-input(type="checkbox", v-model="viewOptions[group.key].selected", :id="group.key") - label.custom-control-label(v-once, :for="group.key") {{ group.label }} + input.custom-control-input(type="checkbox", v-model="viewOptions[group.key].selected", :id="groupBy + group.key") + label.custom-control-label(v-once, :for="groupBy + group.key") {{ group.label }} .standard-page .clearfix