Skip to content

Commit

Permalink
Added new design fro QF banner, Archived QF banner...
Browse files Browse the repository at this point in the history
  • Loading branch information
kkatusic committed Feb 11, 2025
1 parent f117b3e commit 9514e49
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/views/projects/ProjectsIndex.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ const ProjectsIndex = (props: IProjectsView) => {
<Spinner />
</Loading>
)}

{isQF && (
<>
<PassportBanner />
Expand All @@ -239,8 +238,8 @@ const ProjectsIndex = (props: IProjectsView) => {
<ArchivedQFRoundStats />
) : (
<>
{onProjectsPageOrActiveQFPage && <FilterContainer />}
{!isQF && <ProjectsBanner />}
{onProjectsPageOrActiveQFPage && <FilterContainer />}
{isQF && activeQFRound && <ActiveQFRoundStats />}
</>
)}
Expand Down

0 comments on commit 9514e49

Please sign in to comment.