diff --git a/html/src/app.js b/html/src/app.js
index ffde9501..fcb45022 100644
--- a/html/src/app.js
+++ b/html/src/app.js
@@ -2672,7 +2672,7 @@ speechSynthesis.getVoices();
'Favorite Avatars',
'VRC+ Group 1',
'VRC+ Group 2',
- 'VRC+ Group 3',
+ 'VRC+ Group 3'
];
this.favoriteAvatarGroups = [];
for (var i = 0; i < 4; ++i) {
diff --git a/html/src/vr.js b/html/src/vr.js
index cf010ba3..f80f9475 100644
--- a/html/src/vr.js
+++ b/html/src/vr.js
@@ -688,7 +688,7 @@ speechSynthesis.getVoices();
lastFeedEntry: [],
wristFeed: [],
notyMap: [],
- devices: [],
+ devices: []
},
computed: {},
methods: {},