Skip to content

Commit

Permalink
fix active qf for all categories
Browse files Browse the repository at this point in the history
  • Loading branch information
RamRamez committed Jul 31, 2023
1 parent f0af5aa commit ae3cfa4
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

0 comments on commit ae3cfa4

Please sign in to comment.