diff --git a/frontend/src/components/Layout.tsx b/frontend/src/components/Layout.tsx index bbda075..6614bba 100644 --- a/frontend/src/components/Layout.tsx +++ b/frontend/src/components/Layout.tsx @@ -628,7 +628,7 @@ export function Layout() { ) : null} )} - {showSidebarQuotes && !isWatchlistMode && !isNoneTier && ( + {showSidebarQuotes && !isWatchlistMode && (!isNoneTier || !!realtimeProviderName) && ( )}