From 4febd2f6024785e7ee75739881f4125f507450a3 Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Wed, 17 Feb 2021 00:20:30 +0100 Subject: [PATCH] fix --- src/ext/lib/uwui/UI.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ext/lib/uwui/UI.js b/src/ext/lib/uwui/UI.js index 2a1cbc5..5821f3e 100644 --- a/src/ext/lib/uwui/UI.js +++ b/src/ext/lib/uwui/UI.js @@ -15,7 +15,7 @@ class UI { ) { this.interfaceId = interfaceId; this.commsConfig = commsConfig; - this.storeConfig = storeConfig, + this.storeConfig = storeConfig; this.uiConfig = uiConfig; this.init();