We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45537e5 commit e2b7d28Copy full SHA for e2b7d28
app/javascript/packs/homePage.jsx
@@ -88,9 +88,8 @@ function renderSidebar() {
88
}
89
90
const feedTimeFrame = frontPageFeedPathNames.get(window.location.pathname);
91
-const currentPage = document.getElementById('page-content')?.dataset.currentPage;
92
93
-if (currentPage === 'stories-index' && !document.getElementById('featured-story-marker')) {
+if (document.getElementById('sidebar-nav-followed-tags')) {
94
const waitingForDataLoad = setInterval(() => {
95
const { user = null, userStatus } = document.body.dataset;
96
if (userStatus === 'logged-out') {
0 commit comments