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 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>