Skip to content

Commit

Permalink
Merge pull request #2349 from Plant-for-the-Planet-org/hotfix/project…
Browse files Browse the repository at this point in the history
…-list-tab-switch

Fix bug preventing tab switching in project list
  • Loading branch information
mohitb35 authored Jan 3, 2025
2 parents e639c93 + 3574481 commit 17fdcde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/projectsV2/ProjectListControls/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const ProjectListControls = ({
}

return <ProjectListTabLargeScreen {...projectListTabProps} />;
}, [hasFilterApplied, shouldHideProjectTabs, filteredProjects]);
}, [hasFilterApplied, shouldHideProjectTabs, filteredProjects, tabSelected]);

return (
<>
Expand Down

0 comments on commit 17fdcde

Please sign in to comment.