aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/src/pages/ReadArticles.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/pages/ReadArticles.tsx')
-rw-r--r--frontend/src/pages/ReadArticles.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/pages/ReadArticles.tsx b/frontend/src/pages/ReadArticles.tsx
index e231906..57fbc9a 100644
--- a/frontend/src/pages/ReadArticles.tsx
+++ b/frontend/src/pages/ReadArticles.tsx
@@ -28,7 +28,7 @@ export function ReadArticles() {
<div className="flex gap-8">
<ErrorBoundary>
<Suspense fallback={<LoadingSpinner />}>
- <FeedSidebar basePath="/read" />
+ <FeedSidebar basePath="/read" isReadView />
</Suspense>
</ErrorBoundary>
<div className="min-w-0 flex-1">