aboutsummaryrefslogtreecommitdiff
path: root/src/index.tsx
diff options
context:
space:
mode:
authorilyayudovin <46264063+ilyayudovin@users.noreply.github.com>2020-06-11 04:25:24 +0300
committerGitHub <noreply@github.com>2020-06-11 04:25:24 +0300
commitf0f192e09993eedc2c9596bcdb520a96f5cfacdb (patch)
treeb94e8c0841521a50628574899f9a7ad5f5c7cf0c /src/index.tsx
parent9473f8836bc65d1e0ea87607def54b86d719bbc8 (diff)
parentb85725ec0fd5088a619a20d2a6370b1f4a38cc22 (diff)
downloadwhich-ui-f0f192e09993eedc2c9596bcdb520a96f5cfacdb.tar.gz
Merge pull request #24 from ilyayudovin/requests
Configure requests and integrate Feed component
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>
);