diff options
author | ilyayudovin <ilyayudovin123@gmail.com> | 2020-06-12 18:29:51 +0300 |
---|---|---|
committer | ilyayudovin <ilyayudovin123@gmail.com> | 2020-06-12 18:29:51 +0300 |
commit | 1ac600e2fd9024604d98c525957cd2fbfdf9a779 (patch) | |
tree | 872c39e078f478935a9481d89ed5bb09336f6cab /src/index.tsx | |
parent | f0f192e09993eedc2c9596bcdb520a96f5cfacdb (diff) | |
download | which-ui-1ac600e2fd9024604d98c525957cd2fbfdf9a779.tar.gz |
feat: take user info from database
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 5fd57f0..530cd82 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -75,7 +75,7 @@ const App: React.FC = () => { <Header setPage={setPage} /> <div className={classes.root}> { - page === 'profile' && <ProfileInfo profile={polls[0]} /> + page === 'profile' && <ProfileInfo id='5ee39a3b29600306e4e2b0b7' /> } <Feed page={page} /> </div> |