aboutsummaryrefslogtreecommitdiff
path: root/src/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.tsx')
-rw-r--r--src/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.tsx b/src/index.tsx
index 0d9751c..5fd57f0 100644
--- a/src/index.tsx
+++ b/src/index.tsx
@@ -77,7 +77,7 @@ const App: React.FC = () => {
{
page === 'profile' && <ProfileInfo profile={polls[0]} />
}
- <Feed polls={polls} />
+ <Feed page={page} />
</div>
</ThemeProvider>
);