From 82ef4697e56df8664e27c8d472fd4663565f4ded Mon Sep 17 00:00:00 2001 From: Justin Date: Tue, 26 Sep 2023 14:36:57 +0800 Subject: [PATCH] fixed add stock symbol for global stocks --- static/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/app.js b/static/app.js index cea7a56..b0f2bd8 100755 --- a/static/app.js +++ b/static/app.js @@ -1038,7 +1038,7 @@ var allFeaturesLimit = [ null, null, null, - null, + 200, ];