From 1313f0fffd07b01aa8decf2c574b4b6729ca3915 Mon Sep 17 00:00:00 2001 From: William Oldham Date: Sun, 23 Mar 2025 20:09:42 +0000 Subject: [PATCH] fix: add missing tab parameter to topics --- src/services/juxt-web/routes/console/topics.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/services/juxt-web/routes/console/topics.js b/src/services/juxt-web/routes/console/topics.js index c770efd..78adcd1 100644 --- a/src/services/juxt-web/routes/console/topics.js +++ b/src/services/juxt-web/routes/console/topics.js @@ -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' });