From 3b5ef4996a71209208b2d92ab91980100da1428d Mon Sep 17 00:00:00 2001 From: Soopyboo32 Date: Sat, 1 Jan 2022 15:01:37 +0800 Subject: + add leaderboard to networth gui + add buttons to webite version of avalible features --- features/soopyGui/index.js | 1 + 1 file changed, 1 insertion(+) (limited to 'features/soopyGui') diff --git a/features/soopyGui/index.js b/features/soopyGui/index.js index 4917db6..a22deb1 100644 --- a/features/soopyGui/index.js +++ b/features/soopyGui/index.js @@ -87,6 +87,7 @@ class SoopyGui extends Feature { } addCategory(category){ + // this.pages = this.pages.filter(a=>a.name!==category.name) this.pages.push(category) this.sortPages() -- cgit