Skip to content

Commit abf7bf3

Browse files
committed
Merge branch 'develop'
Signed-off-by: Pedro Lamas <[email protected]>
2 parents 2448da4 + e6ac387 commit abf7bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/widgets/camera/CameraItem.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export default class CameraItem extends Vue {
116116
117117
get cameraComponent () {
118118
if (this.camera.service) {
119-
const componentName = `${this.$filters.prettyCase(this.camera.service).replace(/ /g, '')}Camera`
119+
const componentName = `${this.$filters.startCase(this.camera.service).replace(/ /g, '')}Camera`
120120
121121
if (componentName in CameraComponents) {
122122
return CameraComponents[componentName]

0 commit comments

Comments
 (0)