Skip to content

Commit

Permalink
fix: resolves bug preventing switching between project list tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitb35 committed Jan 3, 2025
1 parent e639c93 commit 3574481
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 3574481

Please sign in to comment.