@@ -179,7 +179,7 @@ const initData = () => {
let {windowLocation} = JSON.parse(getQueryString('params'));
if(windowLocation.pathname) {
let arr = windowLocation.pathname.split('/');
- if(arr.length == 2){
+ if(arr.length >= 2){
twitterAccount = arr[1];
if(twitterAccount) {
getTwitterNftGroupInfo({