Skip to content

Commit

Permalink
Merge pull request #2984 from Giveth/fix-active-qf-for-all-categories
Browse files Browse the repository at this point in the history
fix active qf for all categories
  • Loading branch information
alireza-sharifpour authored Jul 31, 2023
2 parents f0af5aa + ae3cfa4 commit 104d837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/projects/[slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const ProjectsCategoriesRoute = (props: IProjectsCategoriesRouteProps) => {
<ProjectsProvider
mainCategories={mainCategories}
selectedMainCategory={selectedMainCategory}
isQF={true}
isQF={false}
qfRounds={qfRounds}
>
<GeneralMetatags info={projectsMetatags} />
Expand Down

1 comment on commit 104d837

@vercel
Copy link

@vercel vercel bot commented on 104d837 Jul 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

giveth-dapps-v2 – ./

giveth-dapps-v2-git-main-givethio.vercel.app
www.giveth.io
giveth-dapps-v2-givethio.vercel.app
giveth.io

Please sign in to comment.