feat(forums): hide forum category if it has not any sub forums

This commit is contained in:
OldHawk
2018-03-11 17:38:26 +08:00
parent d38dc4005f
commit 69ca3e2a6a

View File

@@ -60,7 +60,7 @@
}
}
} else {
return true;
return false;
}
};