diff --git a/webapp/src/components/tabContentComponents/aboutComponents/statusPane.vue b/webapp/src/components/tabContentComponents/aboutComponents/statusPane.vue index c098eee1..63d12f02 100644 --- a/webapp/src/components/tabContentComponents/aboutComponents/statusPane.vue +++ b/webapp/src/components/tabContentComponents/aboutComponents/statusPane.vue @@ -21,7 +21,7 @@
Camera:
-
+
{{ things.camera.title }}
No camera configured
@@ -29,7 +29,7 @@
Stage:
-
+
{{ things.stage.title }}
No stage configured
@@ -77,7 +77,7 @@ export default { computed: { things: function() { - return this.$store.state["wot/thingDescriptions"]; + return this.$store.getters["wot/thingDescriptions"]; } },