mirror of
https://github.com/PretendoNetwork/juxtaposition-ui.git
synced 2026-03-21 17:34:24 -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,
|
||||
communityMap: communityMap,
|
||||
account_server: config.account_server_domain.slice(8),
|
||||
tab: 1,
|
||||
bundle,
|
||||
template: 'posts_list'
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user