From 0b6d56ed1e7a184d2f5ec5dcd33e7b02d780f48b Mon Sep 17 00:00:00 2001 From: Natsumi Date: Sat, 12 Dec 2020 09:54:57 +1300 Subject: [PATCH] Clear icon table on login 3 --- html/src/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () {