perf(mod queue): reduce loading rerenders

This commit is contained in:
Tommaso Casaburi
2026-04-27 14:59:24 +07:00
parent 5dc5408a15
commit abaa0d4e16
6 changed files with 138 additions and 9 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ const BoardLayout = () => {
<DesktopBoardButtons />
</>
)}
<FeedCacheContainer />
{!isOnModQueueRoute && <FeedCacheContainer />}
{shouldRenderOutlet && <Outlet />}
</div>
);