diff options
author | ilyayudovin <46264063+ilyayudovin@users.noreply.github.com> | 2020-06-11 04:25:24 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-11 04:25:24 +0300 |
commit | f0f192e09993eedc2c9596bcdb520a96f5cfacdb (patch) | |
tree | b94e8c0841521a50628574899f9a7ad5f5c7cf0c /src/index.tsx | |
parent | 9473f8836bc65d1e0ea87607def54b86d719bbc8 (diff) | |
parent | b85725ec0fd5088a619a20d2a6370b1f4a38cc22 (diff) | |
download | which-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.tsx | 2 |
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> ); |