Skip to content

Commit a8760f7

Browse files
authored
Merge pull request #7104 from topcoder-platform/pm-1316
fix(PM-1316): dont show more filters button for copilots bucket
2 parents c5a2f66 + 4649b7b commit a8760f7

File tree

1 file changed

+3
-0
lines changed
  • src/shared/components/challenge-listing/Filters/FiltersPanel

1 file changed

+3
-0
lines changed

src/shared/components/challenge-listing/Filters/FiltersPanel/index.jsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ export default function FiltersPanel({
6868
setSort,
6969
selectBucket,
7070
}) {
71+
if (isCopilotOpportunitiesBucket) {
72+
return null;
73+
}
7174
if (hidden && !expanded) {
7275
return (
7376
<Button

0 commit comments

Comments
 (0)