diff --git a/html/src/app.js b/html/src/app.js
index 41496414..8b11b84a 100644
--- a/html/src/app.js
+++ b/html/src/app.js
@@ -7450,7 +7450,7 @@ import gameLogService from './service/gamelog.js'
// App: VRCPlus Icons
API.$on('LOGIN', function () {
- $app.data.VRCPlusIconsTable = {};
+ $app.VRCPlusIconsTable = {};
});
$app.methods.displayVRCPlusIconsTable = function () {