Removed community maintained filter on tools page

This commit is contained in:
Chris Kalani
2019-08-19 13:18:22 -07:00
committed by fabioberger
parent 2f197d128a
commit 32adb35c2a
2 changed files with 2 additions and 3 deletions

View File

@@ -98,5 +98,4 @@ const filters = [
{ attribute: 'type', heading: 'Type' },
{ attribute: 'tags', heading: 'Developer Persona' },
{ attribute: 'difficulty', heading: 'Level' },
{ attribute: 'isCommunity', heading: 'Community Maintained', customLabel: 'Include Community Maintained' },
];