Skip to content

Commit 280a44e

Browse files
committed
fix(ktl-3855): show kmp filters only for kmp cases
1 parent faf18b6 commit 280a44e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blocks/case-studies/filter/case-studies-filter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const CaseStudiesFilter: React.FC = () => {
3636
setCompose(nextCompose, () => setType('multiplatform'));
3737
};
3838

39-
const showKmpFilters = type === 'multiplatform' || type === 'all';
39+
const showKmpFilters = type === 'multiplatform';
4040

4141
return (
4242
<section className="ktl-layout ktl-layout--center" data-testid="case-studies-filter"

0 commit comments

Comments
 (0)