Skip to content

Commit

Permalink
Merge pull request #5 from bktsim/dora-branch
Browse files Browse the repository at this point in the history
Dora branch
  • Loading branch information
DoraQi authored Oct 2, 2022
2 parents 49ca26c + 6c0e9f1 commit b06a2c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ const Home: NextPage = (props) => {
<CustomNavbar {...nextprops} />
<Spacer y={1.275} />

<InterestCarousel tags={fakeHobbies} alltags={allHobbies} />
<InterestCarousel tags={user.tags ? user.tags : []} alltags={props.allInterests} />
<Spacer y={1} />
<ProfileCarousel profiles={props.allUsers.filter((userProfile) => userProfile.email !== user.email).map((userProfile) => <ProfileCard info={userProfile} />)} />
<Spacer y={1} />
<EventCarousel events={[a, b, a, a, b]} allTags={allHobbies} />
<EventCarousel events={[a, b, a, a, b]} allTags={props.allInterests} />
<Spacer y={1} />
</div>
);
Expand Down

0 comments on commit b06a2c0

Please sign in to comment.