mirror of
https://github.com/PretendoNetwork/juxtaposition-ui.git
synced 2026-04-26 09:59:57 -05:00
fix: add missing tab parameter to topics
Some checks failed
Build and Publish Docker Image / build-publish (push) Has been cancelled
Some checks failed
Build and Publish Docker Image / build-publish (push) Has been cancelled
This commit is contained in:
parent
c2dc785a26
commit
1313f0fffd
|
|
@ -37,6 +37,7 @@ router.get('/', async function (req, res) {
|
||||||
posts: posts,
|
posts: posts,
|
||||||
communityMap: communityMap,
|
communityMap: communityMap,
|
||||||
account_server: config.account_server_domain.slice(8),
|
account_server: config.account_server_domain.slice(8),
|
||||||
|
tab: 1,
|
||||||
bundle,
|
bundle,
|
||||||
template: 'posts_list'
|
template: 'posts_list'
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user