<div id="app"> doesn't switch classes when I switch from a discussion to the index page. If I refresh my browser on a disucsion, and navigate to the index page, the element stays at <div id="app" class="App App--discussion affix">
If I refresh my browser on the index page and navigate to a discussion, the element is <div id="app" class="App App--index hasPane affix scrolled" style="min-height: 768px;">
It started happening recently.